#5AF2ED

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

Shades of Baby Blue #5AF2ED

Tints of Baby Blue #5AF2ED

Color information

#5AF2ED (or 0x5AF2ED) is unknown color: approx Baby Blue. HEX triplet: 5A, F2 and ED. RGB value is (90,242,237). Sum of RGB (Red+Green+Blue) = 90+242+237=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF2ED is #A50D12. Grayscale: #C3C3C3. Windows color (decimal): -10816787 or 15594074. OLE color: 15594074.

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

Color convert

RGB90242237-
CMYK0.6300.020.05
HSL178.03º85.39%65.1%-
HSV(B)178.03º62.81%94.9%-
XYZ51.2571.7991.28-
YUV195.98151.1452.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.82%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=15.82%
G=42.53%
B=41.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902422370.6300.020.05178.0385.3965.1
Hex5AF2ED3F025b25541
Octal13236235577025262125101
Binary101101011110010111011011111110101011011001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,242,237); }

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

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

 a { background-color: rgb(90,242,237); }

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

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

 span { border-color: rgb(90,242,237); }

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