Shades of Electric Blue #89ECFE
Tints of Electric Blue #89ECFE
RGB
CMYK
RGB Variations
Color information
#89ECFE (or 0x89ECFE) is known color: Electric Blue. HEX triplet: 89, EC and FE. RGB value is (137,236,254). Sum of RGB (Red+Green+Blue) = 137+236+254=627 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.85% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #89ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECFE is #761301. Grayscale: #D0D0D0. Windows color (decimal): -7738114 or 16706697. OLE color: 16706697.
HSL color Cylindrical-coordinate representation of color #89ECFE: hue angle of 189.23º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89ECFE is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 236 | 254 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.00 |
| HSL | 189.23º | 0.98% | 0.77% | - |
| HSV(B) | 189.23º | 0.46% | 1% | - |
| XYZ | 58.2 | 72.47 | 104.69 | - |
| YUV | 208.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 254 | 0.46 | 0.07 | 0 | 0.00 | 189.23 | 0.98 | 0.77 |
| Hex | 89 | EC | FE | 2E | 7 | 0 | 0 | BD | 62 | 4D |
| Octal | 211 | 354 | 376 | 56 | 7 | 0 | 0 | 275 | 142 | 115 |
| Binary | 10001001 | 11101100 | 11111110 | 101110 | 111 | 0 | 0 | 10111101 | 1100010 | 1001101 |
Color Harmonies of #89ECFE
Complementary color
Monochromatic Colors of #89ECFE
Black with #89ECFE
Text Example
Text Example
White with #89ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECFE; }
p { color: rgb(137,236,254); }
H1.HeaderClassName
{
color: #89ECFE;
}
.AnyTagClassName
{
color: #89ECFE;
}
</style>
background-color css
<style>
a { background-color: #89ECFE; }
a { background-color: rgb(137,236,254); }
div.DivClassName
{
background-color: #89ECFE;
}
.BgClassName
{
background-color: #89ECFE;
}
</style>
border-color css
<style>
span { border-color: #89ECFE; }
span { border-color: rgb(137,236,254); }
td.TdClassName
{
border-color: #89ECFE;
}
.TagClassName
{
border-color: #89ECFE;
}
</style>