#59FDEC

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

Shades of Baby Blue #59FDEC

Tints of Baby Blue #59FDEC

Color information

#59FDEC (or 0x59FDEC) is unknown color: approx Baby Blue. HEX triplet: 59, FD and EC. RGB value is (89,253,236). Sum of RGB (Red+Green+Blue) = 89+253+236=578 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.40% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FDEC is #A60213. Grayscale: #C9C9C9. Windows color (decimal): -10879508 or 15531353. OLE color: 15531353.

HSL color Cylindrical-coordinate representation of color #59FDEC: hue angle of 173.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FDEC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB89253236-
CMYK0.6500.070.01
HSL173.78º97.62%67.06%-
HSV(B)173.78º64.82%99.22%-
XYZ54.3978.4391.63-
YUV202.03147.1747.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.40%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=15.40%
G=43.77%
B=40.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal892532360.6500.070.01173.7897.6267.06
Hex59FDEC41071ae6243
Octal131375354101071256142103
Binary101100111111101111011001000001011111010111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,253,236); }

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

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

 a { background-color: rgb(89,253,236); }

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

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

 span { border-color: rgb(89,253,236); }

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