#59FDEB

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

Shades of Baby Blue #59FDEB

Tints of Baby Blue #59FDEB

Color information

#59FDEB (or 0x59FDEB) is unknown color: approx Baby Blue. HEX triplet: 59, FD and EB. RGB value is (89,253,235). Sum of RGB (Red+Green+Blue) = 89+253+235=577 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.42% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FDEB is #A60214. Grayscale: #C9C9C9. Windows color (decimal): -10879509 or 15465817. OLE color: 15465817.

HSL color Cylindrical-coordinate representation of color #59FDEB: hue angle of 173.41º 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 #59FDEB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB89253235-
CMYK0.6500.070.01
HSL173.41º97.62%67.06%-
HSV(B)173.41º64.82%99.22%-
XYZ54.2478.3790.87-
YUV201.91146.6747.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.42%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=15.42%
G=43.85%
B=40.73%

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
Decimal892532350.6500.070.01173.4197.6267.06
Hex59FDEB41071ad6243
Octal131375353101071255142103
Binary101100111111101111010111000001011111010110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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