#5AF4EE

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

Shades of Baby Blue #5AF4EE

Tints of Baby Blue #5AF4EE

Color information

#5AF4EE (or 0x5AF4EE) is unknown color: approx Baby Blue. HEX triplet: 5A, F4 and EE. RGB value is (90,244,238). Sum of RGB (Red+Green+Blue) = 90+244+238=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF4EE is #A50B11. Grayscale: #C5C5C5. Windows color (decimal): -10816274 or 15660122. OLE color: 15660122.

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

Color convert

RGB90244238-
CMYK0.6300.020.04
HSL177.66º87.5%65.49%-
HSV(B)177.66º63.11%95.69%-
XYZ5273.0592.25-
YUV197.27150.9851.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.73%
GREEN value IS 244 (95.70% from 255) = 42.66%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=15.73%
G=42.66%
B=41.61%

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
Decimal902442380.6300.020.04177.6687.565.49
Hex5AF4EE3F024b25841
Octal13236435677024262130101
Binary101101011110100111011101111110101001011001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,244,238); }

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

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

 a { background-color: rgb(90,244,238); }

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

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

 span { border-color: rgb(90,244,238); }

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