Shades of Baby Blue #59F5FF
Tints of Baby Blue #59F5FF
RGB
CMYK
RGB Variations
Color information
#59F5FF (or 0x59F5FF) is known color: Baby Blue. HEX triplet: 59, F5 and FF. RGB value is (89,245,255). Sum of RGB (Red+Green+Blue) = 89+245+255=589 (78% of max value = 765). Red value is 89 (35.16% from 255 or 15.11% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #59F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F5FF is #A60A00. Grayscale: #C7C7C7. Windows color (decimal): -10881537 or 16774489. OLE color: 16774489.
HSL color Cylindrical-coordinate representation of color #59F5FF: hue angle of 183.61º 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 #59F5FF is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 245 | 255 | - |
| CMYK | 0.65 | 0.04 | 0 | 0 |
| HSL | 183.61º | 1% | 0.67% | - |
| HSV(B) | 183.61º | 0.65% | 1% | - |
| XYZ | 54.82 | 74.65 | 106.13 | - |
| YUV | 199.5 | 159.32 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 245 | 255 | 0.65 | 0.04 | 0 | 0 | 183.61 | 1 | 0.67 |
| Hex | 59 | F5 | FF | 41 | 4 | 0 | 0 | B8 | 64 | 43 |
| Octal | 131 | 365 | 377 | 101 | 4 | 0 | 0 | 270 | 144 | 103 |
| Binary | 1011001 | 11110101 | 11111111 | 1000001 | 100 | 0 | 0 | 10111000 | 1100100 | 1000011 |
Color Harmonies of #59F5FF
Complementary color
Monochromatic Colors of #59F5FF
Black with #59F5FF
Text Example
Text Example
White with #59F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F5FF; }
p { color: rgb(89,245,255); }
H1.HeaderClassName
{
color: #59F5FF;
}
.AnyTagClassName
{
color: #59F5FF;
}
</style>
background-color css
<style>
a { background-color: #59F5FF; }
a { background-color: rgb(89,245,255); }
div.DivClassName
{
background-color: #59F5FF;
}
.BgClassName
{
background-color: #59F5FF;
}
</style>
border-color css
<style>
span { border-color: #59F5FF; }
span { border-color: rgb(89,245,255); }
td.TdClassName
{
border-color: #59F5FF;
}
.TagClassName
{
border-color: #59F5FF;
}
</style>