Shades of Baby Blue #59F9FF
Tints of Baby Blue #59F9FF
RGB
CMYK
RGB Variations
Color information
#59F9FF (or 0x59F9FF) is known color: Baby Blue. HEX triplet: 59, F9 and FF. RGB value is (89,249,255). Sum of RGB (Red+Green+Blue) = 89+249+255=593 (78% of max value = 765). Red value is 89 (35.16% from 255 or 15.01% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #59F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F9FF is #A60600. Grayscale: #C9C9C9. Windows color (decimal): -10880513 or 16775513. OLE color: 16775513.
HSL color Cylindrical-coordinate representation of color #59F9FF: hue angle of 182.17º 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 #59F9FF is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 249 | 255 | - |
| CMYK | 0.65 | 0.02 | 0 | 0 |
| HSL | 182.17º | 1% | 0.67% | - |
| HSV(B) | 182.17º | 0.65% | 1% | - |
| XYZ | 56.05 | 77.1 | 106.53 | - |
| YUV | 201.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 249 | 255 | 0.65 | 0.02 | 0 | 0 | 182.17 | 1 | 0.67 |
| Hex | 59 | F9 | FF | 41 | 2 | 0 | 0 | B6 | 64 | 43 |
| Octal | 131 | 371 | 377 | 101 | 2 | 0 | 0 | 266 | 144 | 103 |
| Binary | 1011001 | 11111001 | 11111111 | 1000001 | 10 | 0 | 0 | 10110110 | 1100100 | 1000011 |
Color Harmonies of #59F9FF
Complementary color
Monochromatic Colors of #59F9FF
Black with #59F9FF
Text Example
Text Example
White with #59F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F9FF; }
p { color: rgb(89,249,255); }
H1.HeaderClassName
{
color: #59F9FF;
}
.AnyTagClassName
{
color: #59F9FF;
}
</style>
background-color css
<style>
a { background-color: #59F9FF; }
a { background-color: rgb(89,249,255); }
div.DivClassName
{
background-color: #59F9FF;
}
.BgClassName
{
background-color: #59F9FF;
}
</style>
border-color css
<style>
span { border-color: #59F9FF; }
span { border-color: rgb(89,249,255); }
td.TdClassName
{
border-color: #59F9FF;
}
.TagClassName
{
border-color: #59F9FF;
}
</style>