#5AF5EB

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

Shades of Baby Blue #5AF5EB

Tints of Baby Blue #5AF5EB

Color information

#5AF5EB (or 0x5AF5EB) is unknown color: approx Baby Blue. HEX triplet: 5A, F5 and EB. RGB value is (90,245,235). Sum of RGB (Red+Green+Blue) = 90+245+235=570 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.79% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF5EB is #A50A14. Grayscale: #C5C5C5. Windows color (decimal): -10816021 or 15463770. OLE color: 15463770.

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

Color convert

RGB90245235-
CMYK0.6300.040.04
HSL176.13º88.57%65.69%-
HSV(B)176.13º63.27%96.08%-
XYZ51.8673.4890.05-
YUV197.52149.1551.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.79%
GREEN value IS 245 (96.09% from 255) = 42.98%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=15.79%
G=42.98%
B=41.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902452350.6300.040.04176.1388.5765.69
Hex5AF5EB3F044b05942
Octal13236535377044260131102
Binary1011010111101011110101111111101001001011000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,245,235); }

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

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

 a { background-color: rgb(90,245,235); }

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

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

 span { border-color: rgb(90,245,235); }

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