Shades of Electric Blue #89FFEE
Tints of Electric Blue #89FFEE
RGB
CMYK
RGB Variations
Color information
#89FFEE (or 0x89FFEE) is known color: Electric Blue. HEX triplet: 89, FF and EE. RGB value is (137,255,238). Sum of RGB (Red+Green+Blue) = 137+255+238=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFEE is #760011. Grayscale: #D9D9D9. Windows color (decimal): -7733266 or 15662985. OLE color: 15662985.
HSL color Cylindrical-coordinate representation of color #89FFEE: hue angle of 171.36º 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 #89FFEE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 238 | - |
| CMYK | 0.46 | 0 | 0.07 | 0 |
| HSL | 171.36º | 1% | 0.77% | - |
| HSV(B) | 171.36º | 0.46% | 1% | - |
| XYZ | 61.51 | 83.01 | 93.67 | - |
| YUV | 217.78 | 139.41 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 238 | 0.46 | 0 | 0.07 | 0 | 171.36 | 1 | 0.77 |
| Hex | 89 | FF | EE | 2E | 0 | 7 | 0 | AB | 64 | 4D |
| Octal | 211 | 377 | 356 | 56 | 0 | 7 | 0 | 253 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11101110 | 101110 | 0 | 111 | 0 | 10101011 | 1100100 | 1001101 |
Color Harmonies of #89FFEE
Complementary color
Monochromatic Colors of #89FFEE
Black with #89FFEE
Text Example
Text Example
White with #89FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFEE; }
p { color: rgb(137,255,238); }
H1.HeaderClassName
{
color: #89FFEE;
}
.AnyTagClassName
{
color: #89FFEE;
}
</style>
background-color css
<style>
a { background-color: #89FFEE; }
a { background-color: rgb(137,255,238); }
div.DivClassName
{
background-color: #89FFEE;
}
.BgClassName
{
background-color: #89FFEE;
}
</style>
border-color css
<style>
span { border-color: #89FFEE; }
span { border-color: rgb(137,255,238); }
td.TdClassName
{
border-color: #89FFEE;
}
.TagClassName
{
border-color: #89FFEE;
}
</style>