Shades of Electric Blue #89EEFE
Tints of Electric Blue #89EEFE
RGB
CMYK
RGB Variations
Color information
#89EEFE (or 0x89EEFE) is known color: Electric Blue. HEX triplet: 89, EE and FE. RGB value is (137,238,254). Sum of RGB (Red+Green+Blue) = 137+238+254=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #89EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEFE is #761101. Grayscale: #D1D1D1. Windows color (decimal): -7737602 or 16707209. OLE color: 16707209.
HSL color Cylindrical-coordinate representation of color #89EEFE: hue angle of 188.21º 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 #89EEFE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 238 | 254 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.00 |
| HSL | 188.21º | 0.98% | 0.77% | - |
| HSV(B) | 188.21º | 0.46% | 1% | - |
| XYZ | 58.78 | 73.62 | 104.88 | - |
| YUV | 209.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 254 | 0.46 | 0.06 | 0 | 0.00 | 188.21 | 0.98 | 0.77 |
| Hex | 89 | EE | FE | 2E | 6 | 0 | 0 | BC | 62 | 4D |
| Octal | 211 | 356 | 376 | 56 | 6 | 0 | 0 | 274 | 142 | 115 |
| Binary | 10001001 | 11101110 | 11111110 | 101110 | 110 | 0 | 0 | 10111100 | 1100010 | 1001101 |
Color Harmonies of #89EEFE
Complementary color
Monochromatic Colors of #89EEFE
Black with #89EEFE
Text Example
Text Example
White with #89EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EEFE; }
p { color: rgb(137,238,254); }
H1.HeaderClassName
{
color: #89EEFE;
}
.AnyTagClassName
{
color: #89EEFE;
}
</style>
background-color css
<style>
a { background-color: #89EEFE; }
a { background-color: rgb(137,238,254); }
div.DivClassName
{
background-color: #89EEFE;
}
.BgClassName
{
background-color: #89EEFE;
}
</style>
border-color css
<style>
span { border-color: #89EEFE; }
span { border-color: rgb(137,238,254); }
td.TdClassName
{
border-color: #89EEFE;
}
.TagClassName
{
border-color: #89EEFE;
}
</style>