#5ABFFF

Color #5ABFFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5ABFFF

Tints of Maya Blue #5ABFFF

Color information

#5ABFFF (or 0x5ABFFF) is unknown color: approx Maya Blue. HEX triplet: 5A, BF and FF. RGB value is (90,191,255). Sum of RGB (Red+Green+Blue) = 90+191+255=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ABFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFFF is #A54000. Grayscale: #A7A7A7. Windows color (decimal): -10829825 or 16760666. OLE color: 16760666.

HSL color Cylindrical-coordinate representation of color #5ABFFF: hue angle of 203.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ABFFF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90191255-
CMYK0.650.2500
HSL203.27º100%67.65%-
HSV(B)203.27º64.71%100%-
XYZ40.946.66101.46-
YUV168.1177.0472.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 16.79%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 255 (100% from 255) = 47.57%
R=16.79%
G=35.63%
B=47.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901912550.650.2500203.2710067.65
Hex5ABFFF411900cb6444
Octal1322773771013100313144104
Binary10110101011111111111111100000111001001100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ABFFF; }

 p { color: rgb(90,191,255); }

 H1.HeaderClassName
 {
   color: #5ABFFF;
 }
 .AnyTagClassName
 {
   color: #5ABFFF;
 }
</style>
background-color css

<style>
 a { background-color: #5ABFFF; }

 a { background-color: rgb(90,191,255); }

 div.DivClassName
 {
   background-color: #5ABFFF;
 }
 .BgClassName
 {
   background-color: #5ABFFF;
 }
</style>
border-color css

<style>
 span { border-color: #5ABFFF; }

 span { border-color: rgb(90,191,255); }

 td.TdClassName
 {
   border-color: #5ABFFF;
 }
 .TagClassName
 {
   border-color: #5ABFFF;
 }
</style>