Shades of Baby Blue #59EFF9
Tints of Baby Blue #59EFF9
RGB
CMYK
RGB Variations
Color information
#59EFF9 (or 0x59EFF9) is known color: Baby Blue. HEX triplet: 59, EF and F9. RGB value is (89,239,249). Sum of RGB (Red+Green+Blue) = 89+239+249=577 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.42% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #59EFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EFF9 is #A61006. Grayscale: #C3C3C3. Windows color (decimal): -10883079 or 16379737. OLE color: 16379737.
HSL color Cylindrical-coordinate representation of color #59EFF9: hue angle of 183.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59EFF9 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 239 | 249 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.02 |
| HSL | 183.75º | 0.93% | 0.66% | - |
| HSV(B) | 183.75º | 0.64% | 0.98% | - |
| XYZ | 52.09 | 70.7 | 100.52 | - |
| YUV | 195.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 249 | 0.64 | 0.04 | 0 | 0.02 | 183.75 | 0.93 | 0.66 |
| Hex | 59 | EF | F9 | 40 | 4 | 0 | 2 | B8 | 5D | 42 |
| Octal | 131 | 357 | 371 | 100 | 4 | 0 | 2 | 270 | 135 | 102 |
| Binary | 1011001 | 11101111 | 11111001 | 1000000 | 100 | 0 | 10 | 10111000 | 1011101 | 1000010 |
Color Harmonies of #59EFF9
Complementary color
Monochromatic Colors of #59EFF9
Black with #59EFF9
Text Example
Text Example
White with #59EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFF9; }
p { color: rgb(89,239,249); }
H1.HeaderClassName
{
color: #59EFF9;
}
.AnyTagClassName
{
color: #59EFF9;
}
</style>
background-color css
<style>
a { background-color: #59EFF9; }
a { background-color: rgb(89,239,249); }
div.DivClassName
{
background-color: #59EFF9;
}
.BgClassName
{
background-color: #59EFF9;
}
</style>
border-color css
<style>
span { border-color: #59EFF9; }
span { border-color: rgb(89,239,249); }
td.TdClassName
{
border-color: #59EFF9;
}
.TagClassName
{
border-color: #59EFF9;
}
</style>