Shades of Electric Blue #89FEED
Tints of Electric Blue #89FEED
RGB
CMYK
RGB Variations
Color information
#89FEED (or 0x89FEED) is known color: Electric Blue. HEX triplet: 89, FE and ED. RGB value is (137,254,237). Sum of RGB (Red+Green+Blue) = 137+254+237=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FEED is #760112. Grayscale: #D9D9D9. Windows color (decimal): -7733523 or 15597193. OLE color: 15597193.
HSL color Cylindrical-coordinate representation of color #89FEED: hue angle of 171.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 #89FEED is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 254 | 237 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.00 |
| HSL | 171.28º | 0.98% | 0.77% | - |
| HSV(B) | 171.28º | 0.46% | 1% | - |
| XYZ | 61.04 | 82.32 | 92.79 | - |
| YUV | 217.08 | 139.24 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 254 | 237 | 0.46 | 0 | 0.07 | 0.00 | 171.28 | 0.98 | 0.77 |
| Hex | 89 | FE | ED | 2E | 0 | 7 | 0 | AB | 62 | 4D |
| Octal | 211 | 376 | 355 | 56 | 0 | 7 | 0 | 253 | 142 | 115 |
| Binary | 10001001 | 11111110 | 11101101 | 101110 | 0 | 111 | 0 | 10101011 | 1100010 | 1001101 |
Color Harmonies of #89FEED
Complementary color
Monochromatic Colors of #89FEED
Black with #89FEED
Text Example
Text Example
White with #89FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FEED; }
p { color: rgb(137,254,237); }
H1.HeaderClassName
{
color: #89FEED;
}
.AnyTagClassName
{
color: #89FEED;
}
</style>
background-color css
<style>
a { background-color: #89FEED; }
a { background-color: rgb(137,254,237); }
div.DivClassName
{
background-color: #89FEED;
}
.BgClassName
{
background-color: #89FEED;
}
</style>
border-color css
<style>
span { border-color: #89FEED; }
span { border-color: rgb(137,254,237); }
td.TdClassName
{
border-color: #89FEED;
}
.TagClassName
{
border-color: #89FEED;
}
</style>