Shades of Electric Blue #89ECED
Tints of Electric Blue #89ECED
RGB
CMYK
RGB Variations
Color information
#89ECED (or 0x89ECED) is known color: Electric Blue. HEX triplet: 89, EC and ED. RGB value is (137,236,237). Sum of RGB (Red+Green+Blue) = 137+236+237=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #89ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECED is #761312. Grayscale: #CECECE. Windows color (decimal): -7738131 or 15592585. OLE color: 15592585.
HSL color Cylindrical-coordinate representation of color #89ECED: hue angle of 180.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECED is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 237 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.07 |
| HSL | 180.6º | 0.74% | 0.73% | - |
| HSV(B) | 180.6º | 0.42% | 0.93% | - |
| XYZ | 55.6 | 71.42 | 90.98 | - |
| YUV | 206.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 237 | 0.42 | 0.00 | 0 | 0.07 | 180.6 | 0.74 | 0.73 |
| Hex | 89 | EC | ED | 2A | 0 | 0 | 7 | B5 | 4A | 49 |
| Octal | 211 | 354 | 355 | 52 | 0 | 0 | 7 | 265 | 112 | 111 |
| Binary | 10001001 | 11101100 | 11101101 | 101010 | 0 | 0 | 111 | 10110101 | 1001010 | 1001001 |
Color Harmonies of #89ECED
Complementary color
Monochromatic Colors of #89ECED
Black with #89ECED
Text Example
Text Example
White with #89ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECED; }
p { color: rgb(137,236,237); }
H1.HeaderClassName
{
color: #89ECED;
}
.AnyTagClassName
{
color: #89ECED;
}
</style>
background-color css
<style>
a { background-color: #89ECED; }
a { background-color: rgb(137,236,237); }
div.DivClassName
{
background-color: #89ECED;
}
.BgClassName
{
background-color: #89ECED;
}
</style>
border-color css
<style>
span { border-color: #89ECED; }
span { border-color: rgb(137,236,237); }
td.TdClassName
{
border-color: #89ECED;
}
.TagClassName
{
border-color: #89ECED;
}
</style>