Shades of Baby Blue #59EEFA
Tints of Baby Blue #59EEFA
RGB
CMYK
RGB Variations
Color information
#59EEFA (or 0x59EEFA) is known color: Baby Blue. HEX triplet: 59, EE and FA. RGB value is (89,238,250). Sum of RGB (Red+Green+Blue) = 89+238+250=577 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.42% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #59EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEFA is #A61105. Grayscale: #C2C2C2. Windows color (decimal): -10883334 or 16445017. OLE color: 16445017.
HSL color Cylindrical-coordinate representation of color #59EEFA: hue angle of 184.47º degrees, saturation: 0.94, 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 #59EEFA is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 238 | 250 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.02 |
| HSL | 184.47º | 0.94% | 0.66% | - |
| HSV(B) | 184.47º | 0.64% | 0.98% | - |
| XYZ | 51.95 | 70.18 | 101.25 | - |
| YUV | 194.82 | 159.14 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 250 | 0.64 | 0.05 | 0 | 0.02 | 184.47 | 0.94 | 0.66 |
| Hex | 59 | EE | FA | 40 | 5 | 0 | 2 | B8 | 5E | 42 |
| Octal | 131 | 356 | 372 | 100 | 5 | 0 | 2 | 270 | 136 | 102 |
| Binary | 1011001 | 11101110 | 11111010 | 1000000 | 101 | 0 | 10 | 10111000 | 1011110 | 1000010 |
Color Harmonies of #59EEFA
Complementary color
Monochromatic Colors of #59EEFA
Black with #59EEFA
Text Example
Text Example
White with #59EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEFA; }
p { color: rgb(89,238,250); }
H1.HeaderClassName
{
color: #59EEFA;
}
.AnyTagClassName
{
color: #59EEFA;
}
</style>
background-color css
<style>
a { background-color: #59EEFA; }
a { background-color: rgb(89,238,250); }
div.DivClassName
{
background-color: #59EEFA;
}
.BgClassName
{
background-color: #59EEFA;
}
</style>
border-color css
<style>
span { border-color: #59EEFA; }
span { border-color: rgb(89,238,250); }
td.TdClassName
{
border-color: #59EEFA;
}
.TagClassName
{
border-color: #59EEFA;
}
</style>