Shades of Electric Blue #89E8FE
Tints of Electric Blue #89E8FE
RGB
CMYK
RGB Variations
Color information
#89E8FE (or 0x89E8FE) is known color: Electric Blue. HEX triplet: 89, E8 and FE. RGB value is (137,232,254). Sum of RGB (Red+Green+Blue) = 137+232+254=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #89E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8FE is #761701. Grayscale: #CDCDCD. Windows color (decimal): -7739138 or 16705673. OLE color: 16705673.
HSL color Cylindrical-coordinate representation of color #89E8FE: hue angle of 191.28º 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 #89E8FE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 232 | 254 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.00 |
| HSL | 191.28º | 0.98% | 0.77% | - |
| HSV(B) | 191.28º | 0.46% | 1% | - |
| XYZ | 57.06 | 70.19 | 104.31 | - |
| YUV | 206.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 232 | 254 | 0.46 | 0.09 | 0 | 0.00 | 191.28 | 0.98 | 0.77 |
| Hex | 89 | E8 | FE | 2E | 9 | 0 | 0 | BF | 62 | 4D |
| Octal | 211 | 350 | 376 | 56 | 11 | 0 | 0 | 277 | 142 | 115 |
| Binary | 10001001 | 11101000 | 11111110 | 101110 | 1001 | 0 | 0 | 10111111 | 1100010 | 1001101 |
Color Harmonies of #89E8FE
Complementary color
Monochromatic Colors of #89E8FE
Black with #89E8FE
Text Example
Text Example
White with #89E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E8FE; }
p { color: rgb(137,232,254); }
H1.HeaderClassName
{
color: #89E8FE;
}
.AnyTagClassName
{
color: #89E8FE;
}
</style>
background-color css
<style>
a { background-color: #89E8FE; }
a { background-color: rgb(137,232,254); }
div.DivClassName
{
background-color: #89E8FE;
}
.BgClassName
{
background-color: #89E8FE;
}
</style>
border-color css
<style>
span { border-color: #89E8FE; }
span { border-color: rgb(137,232,254); }
td.TdClassName
{
border-color: #89E8FE;
}
.TagClassName
{
border-color: #89E8FE;
}
</style>