Shades of Electric Blue #89ECFF
Tints of Electric Blue #89ECFF
RGB
CMYK
RGB Variations
Color information
#89ECFF (or 0x89ECFF) is known color: Electric Blue. HEX triplet: 89, EC and FF. RGB value is (137,236,255). Sum of RGB (Red+Green+Blue) = 137+236+255=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #89ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECFF is #761300. Grayscale: #D0D0D0. Windows color (decimal): -7738113 or 16772233. OLE color: 16772233.
HSL color Cylindrical-coordinate representation of color #89ECFF: hue angle of 189.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ECFF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 236 | 255 | - |
| CMYK | 0.46 | 0.07 | 0 | 0 |
| HSL | 189.66º | 1% | 0.77% | - |
| HSV(B) | 189.66º | 0.46% | 1% | - |
| XYZ | 58.36 | 72.53 | 105.53 | - |
| YUV | 208.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 255 | 0.46 | 0.07 | 0 | 0 | 189.66 | 1 | 0.77 |
| Hex | 89 | EC | FF | 2E | 7 | 0 | 0 | BE | 64 | 4D |
| Octal | 211 | 354 | 377 | 56 | 7 | 0 | 0 | 276 | 144 | 115 |
| Binary | 10001001 | 11101100 | 11111111 | 101110 | 111 | 0 | 0 | 10111110 | 1100100 | 1001101 |
Color Harmonies of #89ECFF
Complementary color
Monochromatic Colors of #89ECFF
Black with #89ECFF
Text Example
Text Example
White with #89ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECFF; }
p { color: rgb(137,236,255); }
H1.HeaderClassName
{
color: #89ECFF;
}
.AnyTagClassName
{
color: #89ECFF;
}
</style>
background-color css
<style>
a { background-color: #89ECFF; }
a { background-color: rgb(137,236,255); }
div.DivClassName
{
background-color: #89ECFF;
}
.BgClassName
{
background-color: #89ECFF;
}
</style>
border-color css
<style>
span { border-color: #89ECFF; }
span { border-color: rgb(137,236,255); }
td.TdClassName
{
border-color: #89ECFF;
}
.TagClassName
{
border-color: #89ECFF;
}
</style>