Shades of Baby Blue #59FEF7
Tints of Baby Blue #59FEF7
RGB
CMYK
RGB Variations
Color information
#59FEF7 (or 0x59FEF7) is known color: Baby Blue. HEX triplet: 59, FE and F7. RGB value is (89,254,247). Sum of RGB (Red+Green+Blue) = 89+254+247=590 (78% of max value = 765). Red value is 89 (35.16% from 255 or 15.08% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FEF7 is #A60108. Grayscale: #CBCBCB. Windows color (decimal): -10879241 or 16252505. OLE color: 16252505.
HSL color Cylindrical-coordinate representation of color #59FEF7: hue angle of 177.45º 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 #59FEF7 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 247 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.00 |
| HSL | 177.45º | 0.99% | 0.67% | - |
| HSV(B) | 177.45º | 0.65% | 1% | - |
| XYZ | 56.35 | 79.72 | 100.41 | - |
| YUV | 203.87 | 152.34 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 247 | 0.65 | 0 | 0.03 | 0.00 | 177.45 | 0.99 | 0.67 |
| Hex | 59 | FE | F7 | 41 | 0 | 3 | 0 | B1 | 63 | 43 |
| Octal | 131 | 376 | 367 | 101 | 0 | 3 | 0 | 261 | 143 | 103 |
| Binary | 1011001 | 11111110 | 11110111 | 1000001 | 0 | 11 | 0 | 10110001 | 1100011 | 1000011 |
Color Harmonies of #59FEF7
Complementary color
Monochromatic Colors of #59FEF7
Black with #59FEF7
Text Example
Text Example
White with #59FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEF7; }
p { color: rgb(89,254,247); }
H1.HeaderClassName
{
color: #59FEF7;
}
.AnyTagClassName
{
color: #59FEF7;
}
</style>
background-color css
<style>
a { background-color: #59FEF7; }
a { background-color: rgb(89,254,247); }
div.DivClassName
{
background-color: #59FEF7;
}
.BgClassName
{
background-color: #59FEF7;
}
</style>
border-color css
<style>
span { border-color: #59FEF7; }
span { border-color: rgb(89,254,247); }
td.TdClassName
{
border-color: #59FEF7;
}
.TagClassName
{
border-color: #59FEF7;
}
</style>