#59FFF2

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

Shades of Baby Blue #59FFF2

Tints of Baby Blue #59FFF2

Color information

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

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

Color convert

RGB89255242-
CMYK0.6500.050
HSL175.3º100%67.45%-
HSV(B)175.3º65.1%100%-
XYZ55.9180.0596.51-
YUV203.88149.546.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892552420.6500.050175.310067.45
Hex59FFF241050af6443
Octal131377362101050257144103
Binary101100111111111111100101000001010101010111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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