#59EDF5

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

Shades of Baby Blue #59EDF5

Tints of Baby Blue #59EDF5

Color information

#59EDF5 (or 0x59EDF5) is unknown color: approx Baby Blue. HEX triplet: 59, ED and F5. RGB value is (89,237,245). Sum of RGB (Red+Green+Blue) = 89+237+245=571 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.59% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #59EDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDF5 is #A6120A. Grayscale: #C1C1C1. Windows color (decimal): -10883595 or 16117081. OLE color: 16117081.

HSL color Cylindrical-coordinate representation of color #59EDF5: hue angle of 183.08º 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 #59EDF5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB89237245-
CMYK0.640.0300.04
HSL183.08º88.64%65.49%-
HSV(B)183.08º63.67%96.08%-
XYZ50.8969.2897.08-
YUV193.66156.9753.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.59%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=15.59%
G=41.51%
B=42.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892372450.640.0300.04183.0888.6465.49
Hex59EDF540304b75941
Octal131355365100304267131101
Binary1011001111011011111010110000001101001011011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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