Shades of Electric Blue #89ECEE
Tints of Electric Blue #89ECEE
RGB
CMYK
RGB Variations
Color information
#89ECEE (or 0x89ECEE) is known color: Electric Blue. HEX triplet: 89, EC and EE. RGB value is (137,236,238). Sum of RGB (Red+Green+Blue) = 137+236+238=611 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.42% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #89ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECEE is #761311. Grayscale: #CECECE. Windows color (decimal): -7738130 or 15658121. OLE color: 15658121.
HSL color Cylindrical-coordinate representation of color #89ECEE: hue angle of 181.19º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECEE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 238 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.07 |
| HSL | 181.19º | 0.75% | 0.74% | - |
| HSV(B) | 181.19º | 0.42% | 0.93% | - |
| XYZ | 55.74 | 71.48 | 91.75 | - |
| YUV | 206.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 238 | 0.42 | 0.01 | 0 | 0.07 | 181.19 | 0.75 | 0.74 |
| Hex | 89 | EC | EE | 2A | 1 | 0 | 7 | B5 | 4B | 4A |
| Octal | 211 | 354 | 356 | 52 | 1 | 0 | 7 | 265 | 113 | 112 |
| Binary | 10001001 | 11101100 | 11101110 | 101010 | 1 | 0 | 111 | 10110101 | 1001011 | 1001010 |
Color Harmonies of #89ECEE
Complementary color
Monochromatic Colors of #89ECEE
Black with #89ECEE
Text Example
Text Example
White with #89ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECEE; }
p { color: rgb(137,236,238); }
H1.HeaderClassName
{
color: #89ECEE;
}
.AnyTagClassName
{
color: #89ECEE;
}
</style>
background-color css
<style>
a { background-color: #89ECEE; }
a { background-color: rgb(137,236,238); }
div.DivClassName
{
background-color: #89ECEE;
}
.BgClassName
{
background-color: #89ECEE;
}
</style>
border-color css
<style>
span { border-color: #89ECEE; }
span { border-color: rgb(137,236,238); }
td.TdClassName
{
border-color: #89ECEE;
}
.TagClassName
{
border-color: #89ECEE;
}
</style>