#5AF3EC

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

Shades of Baby Blue #5AF3EC

Tints of Baby Blue #5AF3EC

Color information

#5AF3EC (or 0x5AF3EC) is unknown color: approx Baby Blue. HEX triplet: 5A, F3 and EC. RGB value is (90,243,236). Sum of RGB (Red+Green+Blue) = 90+243+236=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF3EC is #A50C13. Grayscale: #C4C4C4. Windows color (decimal): -10816532 or 15528794. OLE color: 15528794.

HSL color Cylindrical-coordinate representation of color #5AF3EC: hue angle of 177.25º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3EC is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB90243236-
CMYK0.6300.030.05
HSL177.25º86.44%65.29%-
HSV(B)177.25º62.96%95.29%-
XYZ51.4172.3390.61-
YUV196.46150.3152.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.82%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=15.82%
G=42.71%
B=41.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902432360.6300.030.05177.2586.4465.29
Hex5AF3EC3F035b15641
Octal13236335477035261126101
Binary101101011110011111011001111110111011011000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,236); }

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

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

 a { background-color: rgb(90,243,236); }

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

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

 span { border-color: rgb(90,243,236); }

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