Shades of Baby Blue #59F0FE
Tints of Baby Blue #59F0FE
RGB
CMYK
RGB Variations
Color information
#59F0FE (or 0x59F0FE) is known color: Baby Blue. HEX triplet: 59, F0 and FE. RGB value is (89,240,254). Sum of RGB (Red+Green+Blue) = 89+240+254=583 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.27% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #59F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F0FE is #A60F01. Grayscale: #C4C4C4. Windows color (decimal): -10882818 or 16707673. OLE color: 16707673.
HSL color Cylindrical-coordinate representation of color #59F0FE: hue angle of 185.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59F0FE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 240 | 254 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.00 |
| HSL | 185.09º | 0.99% | 0.67% | - |
| HSV(B) | 185.09º | 0.65% | 1% | - |
| XYZ | 53.17 | 71.6 | 104.78 | - |
| YUV | 196.45 | 160.47 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 254 | 0.65 | 0.06 | 0 | 0.00 | 185.09 | 0.99 | 0.67 |
| Hex | 59 | F0 | FE | 41 | 6 | 0 | 0 | B9 | 63 | 43 |
| Octal | 131 | 360 | 376 | 101 | 6 | 0 | 0 | 271 | 143 | 103 |
| Binary | 1011001 | 11110000 | 11111110 | 1000001 | 110 | 0 | 0 | 10111001 | 1100011 | 1000011 |
Color Harmonies of #59F0FE
Complementary color
Monochromatic Colors of #59F0FE
Black with #59F0FE
Text Example
Text Example
White with #59F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0FE; }
p { color: rgb(89,240,254); }
H1.HeaderClassName
{
color: #59F0FE;
}
.AnyTagClassName
{
color: #59F0FE;
}
</style>
background-color css
<style>
a { background-color: #59F0FE; }
a { background-color: rgb(89,240,254); }
div.DivClassName
{
background-color: #59F0FE;
}
.BgClassName
{
background-color: #59F0FE;
}
</style>
border-color css
<style>
span { border-color: #59F0FE; }
span { border-color: rgb(89,240,254); }
td.TdClassName
{
border-color: #59F0FE;
}
.TagClassName
{
border-color: #59F0FE;
}
</style>