Shades of Baby Blue #59FEFF
Tints of Baby Blue #59FEFF
RGB
CMYK
RGB Variations
Color information
#59FEFF (or 0x59FEFF) is known color: Baby Blue. HEX triplet: 59, FE and FF. RGB value is (89,254,255). Sum of RGB (Red+Green+Blue) = 89+254+255=598 (79% of max value = 765). Red value is 89 (35.16% from 255 or 14.88% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #59FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FEFF is #A60100. Grayscale: #CCCCCC. Windows color (decimal): -10879233 or 16776793. OLE color: 16776793.
HSL color Cylindrical-coordinate representation of color #59FEFF: hue angle of 180.36º 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 #59FEFF is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 254 | 255 | - |
| CMYK | 0.65 | 0.00 | 0 | 0 |
| HSL | 180.36º | 1% | 0.67% | - |
| HSV(B) | 180.36º | 0.65% | 1% | - |
| XYZ | 57.61 | 80.23 | 107.06 | - |
| YUV | 204.78 | 156.34 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 255 | 0.65 | 0.00 | 0 | 0 | 180.36 | 1 | 0.67 |
| Hex | 59 | FE | FF | 41 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 131 | 376 | 377 | 101 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1011001 | 11111110 | 11111111 | 1000001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #59FEFF
Complementary color
Monochromatic Colors of #59FEFF
Black with #59FEFF
Text Example
Text Example
White with #59FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEFF; }
p { color: rgb(89,254,255); }
H1.HeaderClassName
{
color: #59FEFF;
}
.AnyTagClassName
{
color: #59FEFF;
}
</style>
background-color css
<style>
a { background-color: #59FEFF; }
a { background-color: rgb(89,254,255); }
div.DivClassName
{
background-color: #59FEFF;
}
.BgClassName
{
background-color: #59FEFF;
}
</style>
border-color css
<style>
span { border-color: #59FEFF; }
span { border-color: rgb(89,254,255); }
td.TdClassName
{
border-color: #59FEFF;
}
.TagClassName
{
border-color: #59FEFF;
}
</style>