#59F9F7

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

Shades of Baby Blue #59F9F7

Tints of Baby Blue #59F9F7

Color information

#59F9F7 (or 0x59F9F7) is unknown color: approx Baby Blue. HEX triplet: 59, F9 and F7. RGB value is (89,249,247). Sum of RGB (Red+Green+Blue) = 89+249+247=585 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.21% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #59F9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F9F7 is #A60608. Grayscale: #C8C8C8. Windows color (decimal): -10880521 or 16251225. OLE color: 16251225.

HSL color Cylindrical-coordinate representation of color #59F9F7: hue angle of 179.25º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F9F7 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB89249247-
CMYK0.6400.010.02
HSL179.25º93.02%66.27%-
HSV(B)179.25º64.26%97.65%-
XYZ54.7876.5999.89-
YUV200.93153.9948.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.21%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 247 (96.88% from 255) = 42.22%
R=15.21%
G=42.56%
B=42.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal892492470.6400.010.02179.2593.0266.27
Hex59F9F740012b35d42
Octal131371367100012263135102
Binary10110011111100111110111100000001101011001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,249,247); }

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

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

 a { background-color: rgb(89,249,247); }

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

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

 span { border-color: rgb(89,249,247); }

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