#5AF6F0

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

Shades of Baby Blue #5AF6F0

Tints of Baby Blue #5AF6F0

Color information

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

HSL color Cylindrical-coordinate representation of color #5AF6F0: hue angle of 177.69º 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 #5AF6F0 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB90246240-
CMYK0.6300.020.04
HSL177.69º89.66%65.88%-
HSV(B)177.69º63.41%96.47%-
XYZ52.974.3894.01-
YUV198.67151.3250.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902462400.6300.020.04177.6989.6665.88
Hex5AF6F03F024b25a42
Octal13236636077024262132102
Binary101101011110110111100001111110101001011001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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