Shades of Baby Blue #59F8F2
Tints of Baby Blue #59F8F2
RGB
CMYK
RGB Variations
Color information
#59F8F2 (or 0x59F8F2) is known color: Baby Blue. HEX triplet: 59, F8 and F2. RGB value is (89,248,242). Sum of RGB (Red+Green+Blue) = 89+248+242=579 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.37% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F8F2 is #A6070D. Grayscale: #C7C7C7. Windows color (decimal): -10880782 or 15923289. OLE color: 15923289.
HSL color Cylindrical-coordinate representation of color #59F8F2: hue angle of 177.74º 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 #59F8F2 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 248 | 242 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.03 |
| HSL | 177.74º | 0.92% | 0.66% | - |
| HSV(B) | 177.74º | 0.64% | 0.97% | - |
| XYZ | 53.71 | 75.67 | 95.78 | - |
| YUV | 199.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 248 | 242 | 0.64 | 0 | 0.02 | 0.03 | 177.74 | 0.92 | 0.66 |
| Hex | 59 | F8 | F2 | 40 | 0 | 2 | 3 | B2 | 5C | 42 |
| Octal | 131 | 370 | 362 | 100 | 0 | 2 | 3 | 262 | 134 | 102 |
| Binary | 1011001 | 11111000 | 11110010 | 1000000 | 0 | 10 | 11 | 10110010 | 1011100 | 1000010 |
Color Harmonies of #59F8F2
Complementary color
Monochromatic Colors of #59F8F2
Black with #59F8F2
Text Example
Text Example
White with #59F8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F8F2; }
p { color: rgb(89,248,242); }
H1.HeaderClassName
{
color: #59F8F2;
}
.AnyTagClassName
{
color: #59F8F2;
}
</style>
background-color css
<style>
a { background-color: #59F8F2; }
a { background-color: rgb(89,248,242); }
div.DivClassName
{
background-color: #59F8F2;
}
.BgClassName
{
background-color: #59F8F2;
}
</style>
border-color css
<style>
span { border-color: #59F8F2; }
span { border-color: rgb(89,248,242); }
td.TdClassName
{
border-color: #59F8F2;
}
.TagClassName
{
border-color: #59F8F2;
}
</style>