#59F8E8

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

Shades of Baby Blue #59F8E8

Tints of Baby Blue #59F8E8

Color information

#59F8E8 (or 0x59F8E8) is unknown color: approx Baby Blue. HEX triplet: 59, F8 and E8. RGB value is (89,248,232). Sum of RGB (Red+Green+Blue) = 89+248+232=569 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.64% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F8E8 is #A60717. Grayscale: #C6C6C6. Windows color (decimal): -10880792 or 15267929. OLE color: 15267929.

HSL color Cylindrical-coordinate representation of color #59F8E8: hue angle of 173.96º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F8E8 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB89248232-
CMYK0.6400.060.03
HSL173.96º91.91%66.08%-
HSV(B)173.96º64.11%97.25%-
XYZ52.2575.0888.08-
YUV198.64146.8249.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.64%
GREEN value IS 248 (97.27% from 255) = 43.59%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=15.64%
G=43.59%
B=40.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892482320.6400.060.03173.9691.9166.08
Hex59F8E840063ae5c42
Octal131370350100063256134102
Binary1011001111110001110100010000000110111010111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59F8E8; }

 p { color: rgb(89,248,232); }

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

<style>
 a { background-color: #59F8E8; }

 a { background-color: rgb(89,248,232); }

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

<style>
 span { border-color: #59F8E8; }

 span { border-color: rgb(89,248,232); }

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