Shades of Baby Blue #59EFF7
Tints of Baby Blue #59EFF7
RGB
CMYK
RGB Variations
Color information
#59EFF7 (or 0x59EFF7) is known color: Baby Blue. HEX triplet: 59, EF and F7. RGB value is (89,239,247). Sum of RGB (Red+Green+Blue) = 89+239+247=575 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.48% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #59EFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EFF7 is #A61008. Grayscale: #C2C2C2. Windows color (decimal): -10883081 or 16248665. OLE color: 16248665.
HSL color Cylindrical-coordinate representation of color #59EFF7: hue angle of 183.04º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59EFF7 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 239 | 247 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.03 |
| HSL | 183.04º | 0.91% | 0.66% | - |
| HSV(B) | 183.04º | 0.64% | 0.97% | - |
| XYZ | 51.77 | 70.57 | 98.89 | - |
| YUV | 195.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 247 | 0.64 | 0.03 | 0 | 0.03 | 183.04 | 0.91 | 0.66 |
| Hex | 59 | EF | F7 | 40 | 3 | 0 | 3 | B7 | 5B | 42 |
| Octal | 131 | 357 | 367 | 100 | 3 | 0 | 3 | 267 | 133 | 102 |
| Binary | 1011001 | 11101111 | 11110111 | 1000000 | 11 | 0 | 11 | 10110111 | 1011011 | 1000010 |
Color Harmonies of #59EFF7
Complementary color
Monochromatic Colors of #59EFF7
Black with #59EFF7
Text Example
Text Example
White with #59EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFF7; }
p { color: rgb(89,239,247); }
H1.HeaderClassName
{
color: #59EFF7;
}
.AnyTagClassName
{
color: #59EFF7;
}
</style>
background-color css
<style>
a { background-color: #59EFF7; }
a { background-color: rgb(89,239,247); }
div.DivClassName
{
background-color: #59EFF7;
}
.BgClassName
{
background-color: #59EFF7;
}
</style>
border-color css
<style>
span { border-color: #59EFF7; }
span { border-color: rgb(89,239,247); }
td.TdClassName
{
border-color: #59EFF7;
}
.TagClassName
{
border-color: #59EFF7;
}
</style>