#59F8F3

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

Shades of Baby Blue #59F8F3

Tints of Baby Blue #59F8F3

Color information

#59F8F3 (or 0x59F8F3) is unknown color: approx Baby Blue. HEX triplet: 59, F8 and F3. RGB value is (89,248,243). Sum of RGB (Red+Green+Blue) = 89+248+243=580 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.34% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F8F3 is #A6070C. Grayscale: #C7C7C7. Windows color (decimal): -10880781 or 15988825. OLE color: 15988825.

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

Color convert

RGB89248243-
CMYK0.6400.020.03
HSL178.11º91.91%66.08%-
HSV(B)178.11º64.11%97.25%-
XYZ53.8675.7396.57-
YUV199.89152.3248.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.34%
GREEN value IS 248 (97.27% from 255) = 42.76%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=15.34%
G=42.76%
B=41.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892482430.6400.020.03178.1191.9166.08
Hex59F8F340023b25c42
Octal131370363100023262134102
Binary101100111111000111100111000000010111011001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,248,243); }

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

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

 a { background-color: rgb(89,248,243); }

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

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

 span { border-color: rgb(89,248,243); }

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