#59FFED

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

Shades of Baby Blue #59FFED

Tints of Baby Blue #59FFED

Color information

#59FFED (or 0x59FFED) is unknown color: approx Baby Blue. HEX triplet: 59, FF and ED. RGB value is (89,255,237). Sum of RGB (Red+Green+Blue) = 89+255+237=581 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.32% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FFED is #A60012. Grayscale: #CBCBCB. Windows color (decimal): -10878995 or 15597401. OLE color: 15597401.

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

Color convert

RGB89255237-
CMYK0.6500.070
HSL173.49º100%67.45%-
HSV(B)173.49º65.1%100%-
XYZ55.1779.7692.61-
YUV203.3114746.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.32%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=15.32%
G=43.89%
B=40.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892552370.6500.070173.4910067.45
Hex59FFED41070ad6443
Octal131377355101070255144103
Binary101100111111111111011011000001011101010110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,255,237); }

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

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

 a { background-color: rgb(89,255,237); }

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

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

 span { border-color: rgb(89,255,237); }

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