#59F5E5

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

Shades of Baby Blue #59F5E5

Tints of Baby Blue #59F5E5

Color information

#59F5E5 (or 0x59F5E5) is unknown color: approx Baby Blue. HEX triplet: 59, F5 and E5. RGB value is (89,245,229). Sum of RGB (Red+Green+Blue) = 89+245+229=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #59F5E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F5E5 is #A60A1A. Grayscale: #C4C4C4. Windows color (decimal): -10881563 or 15070553. OLE color: 15070553.

HSL color Cylindrical-coordinate representation of color #59F5E5: hue angle of 173.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F5E5 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB89245229-
CMYK0.6400.070.04
HSL173.85º88.64%65.49%-
HSV(B)173.85º63.67%96.08%-
XYZ50.9273.0985.55-
YUV196.53146.3251.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.81%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 229 (89.84% from 255) = 40.67%
R=15.81%
G=43.52%
B=40.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892452290.6400.070.04173.8588.6465.49
Hex59F5E540074ae5941
Octal131365345100074256131101
Binary10110011111010111100101100000001111001010111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,245,229); }

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

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

 a { background-color: rgb(89,245,229); }

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

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

 span { border-color: rgb(89,245,229); }

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