Shades of Baby Blue #59FFFF
Tints of Baby Blue #59FFFF
RGB
CMYK
RGB Variations
Color information
#59FFFF (or 0x59FFFF) is known color: Baby Blue. HEX triplet: 59, FF and FF. RGB value is (89,255,255). Sum of RGB (Red+Green+Blue) = 89+255+255=599 (79% of max value = 765). Red value is 89 (35.16% from 255 or 14.86% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #59FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FFFF is #A60000. Grayscale: #CDCDCD. Windows color (decimal): -10878977 or 16777049. OLE color: 16777049.
HSL color Cylindrical-coordinate representation of color #59FFFF: hue angle of 180º 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 #59FFFF is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 255 | - |
| CMYK | 0.65 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.67% | - |
| HSV(B) | 180º | 0.65% | 1% | - |
| XYZ | 57.93 | 80.86 | 107.16 | - |
| YUV | 205.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 255 | 0.65 | 0 | 0 | 0 | 180 | 1 | 0.67 |
| Hex | 59 | FF | FF | 41 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 131 | 377 | 377 | 101 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11111111 | 1000001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #59FFFF
Complementary color
Monochromatic Colors of #59FFFF
Black with #59FFFF
Text Example
Text Example
White with #59FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFFF; }
p { color: rgb(89,255,255); }
H1.HeaderClassName
{
color: #59FFFF;
}
.AnyTagClassName
{
color: #59FFFF;
}
</style>
background-color css
<style>
a { background-color: #59FFFF; }
a { background-color: rgb(89,255,255); }
div.DivClassName
{
background-color: #59FFFF;
}
.BgClassName
{
background-color: #59FFFF;
}
</style>
border-color css
<style>
span { border-color: #59FFFF; }
span { border-color: rgb(89,255,255); }
td.TdClassName
{
border-color: #59FFFF;
}
.TagClassName
{
border-color: #59FFFF;
}
</style>