#59F2FF

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

Shades of Baby Blue #59F2FF

Tints of Baby Blue #59F2FF

Color information

#59F2FF (or 0x59F2FF) is unknown color: approx Baby Blue. HEX triplet: 59, F2 and FF. RGB value is (89,242,255). Sum of RGB (Red+Green+Blue) = 89+242+255=586 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.19% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #59F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F2FF is #A60D00. Grayscale: #C5C5C5. Windows color (decimal): -10882305 or 16773721. OLE color: 16773721.

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

Color convert

RGB89242255-
CMYK0.650.0500
HSL184.7º100%67.45%-
HSV(B)184.7º65.1%100%-
XYZ53.9272.85105.83-
YUV197.74160.3150.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.19%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 255 (100% from 255) = 43.52%
R=15.19%
G=41.30%
B=43.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892422550.650.0500184.710067.45
Hex59F2FF41500b96443
Octal131362377101500271144103
Binary101100111110010111111111000001101001011100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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