#5AF0F6

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

Shades of Baby Blue #5AF0F6

Tints of Baby Blue #5AF0F6

Color information

#5AF0F6 (or 0x5AF0F6) is unknown color: approx Baby Blue. HEX triplet: 5A, F0 and F6. RGB value is (90,240,246). Sum of RGB (Red+Green+Blue) = 90+240+246=576 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.62% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #5AF0F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF0F6 is #A50F09. Grayscale: #C3C3C3. Windows color (decimal): -10817290 or 16183386. OLE color: 16183386.

HSL color Cylindrical-coordinate representation of color #5AF0F6: hue angle of 182.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF0F6 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90240246-
CMYK0.630.0200.04
HSL182.31º89.66%65.88%-
HSV(B)182.31º63.41%96.47%-
XYZ52.0171.1598.18-
YUV195.83156.352.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.62%
GREEN value IS 240 (94.14% from 255) = 41.67%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=15.62%
G=41.67%
B=42.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902402460.630.0200.04182.3189.6665.88
Hex5AF0F63F204b65a42
Octal13236036677204266132102
Binary101101011110000111101101111111001001011011010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,240,246); }

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

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

 a { background-color: rgb(90,240,246); }

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

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

 span { border-color: rgb(90,240,246); }

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