#5ABBF8

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

Shades of Maya Blue #5ABBF8

Tints of Maya Blue #5ABBF8

Color information

#5ABBF8 (or 0x5ABBF8) is unknown color: approx Maya Blue. HEX triplet: 5A, BB and F8. RGB value is (90,187,248). Sum of RGB (Red+Green+Blue) = 90+187+248=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #5ABBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABBF8 is #A54407. Grayscale: #A4A4A4. Windows color (decimal): -10830856 or 16300890. OLE color: 16300890.

HSL color Cylindrical-coordinate representation of color #5ABBF8: hue angle of 203.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ABBF8 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB90187248-
CMYK0.640.2500.03
HSL203.16º91.86%66.27%-
HSV(B)203.16º63.71%97.25%-
XYZ38.9344.4995.34-
YUV164.95174.8674.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.14%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=17.14%
G=35.62%
B=47.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal901872480.640.2500.03203.1691.8666.27
Hex5ABBF8401903cb5c42
Octal1322733701003103313134102
Binary101101010111011111110001000000110010111100101110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,248); }

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

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

 a { background-color: rgb(90,187,248); }

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

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

 span { border-color: rgb(90,187,248); }

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