#59FAF2

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

Shades of Baby Blue #59FAF2

Tints of Baby Blue #59FAF2

Color information

#59FAF2 (or 0x59FAF2) is unknown color: approx Baby Blue. HEX triplet: 59, FA and F2. RGB value is (89,250,242). Sum of RGB (Red+Green+Blue) = 89+250+242=581 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.32% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FAF2 is #A6050D. Grayscale: #C8C8C8. Windows color (decimal): -10880270 or 15923801. OLE color: 15923801.

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

Color convert

RGB89250242-
CMYK0.6400.030.02
HSL177.02º94.15%66.47%-
HSV(B)177.02º64.4%98.04%-
XYZ54.3376.9195.99-
YUV200.95151.1648.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.32%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=15.32%
G=43.03%
B=41.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal892502420.6400.030.02177.0294.1566.47
Hex59FAF240032b15e42
Octal131372362100032261136102
Binary101100111111010111100101000000011101011000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,250,242); }

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

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

 a { background-color: rgb(89,250,242); }

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

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

 span { border-color: rgb(89,250,242); }

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