#59FFF0

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

Shades of Baby Blue #59FFF0

Tints of Baby Blue #59FFF0

Color information

#59FFF0 (or 0x59FFF0) is unknown color: approx Baby Blue. HEX triplet: 59, FF and F0. RGB value is (89,255,240). Sum of RGB (Red+Green+Blue) = 89+255+240=584 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.24% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FFF0 is #A6000F. Grayscale: #CBCBCB. Windows color (decimal): -10878992 or 15794009. OLE color: 15794009.

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

Color convert

RGB89255240-
CMYK0.6500.060
HSL174.58º100%67.45%-
HSV(B)174.58º65.1%100%-
XYZ55.6179.9494.94-
YUV203.66148.546.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.24%
GREEN value IS 255 (100% from 255) = 43.66%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=15.24%
G=43.66%
B=41.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892552400.6500.060174.5810067.45
Hex59FFF041060af6443
Octal131377360101060257144103
Binary101100111111111111100001000001011001010111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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