Shades of Electric Blue #89FEF0
Tints of Electric Blue #89FEF0
RGB
CMYK
RGB Variations
Color information
#89FEF0 (or 0x89FEF0) is known color: Electric Blue. HEX triplet: 89, FE and F0. RGB value is (137,254,240). Sum of RGB (Red+Green+Blue) = 137+254+240=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FEF0 is #76010F. Grayscale: #D9D9D9. Windows color (decimal): -7733520 or 15793801. OLE color: 15793801.
HSL color Cylindrical-coordinate representation of color #89FEF0: hue angle of 172.82º 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 #89FEF0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 254 | 240 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.00 |
| HSL | 172.82º | 0.98% | 0.77% | - |
| HSV(B) | 172.82º | 0.46% | 1% | - |
| XYZ | 61.49 | 82.49 | 95.12 | - |
| YUV | 217.42 | 140.74 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 254 | 240 | 0.46 | 0 | 0.06 | 0.00 | 172.82 | 0.98 | 0.77 |
| Hex | 89 | FE | F0 | 2E | 0 | 6 | 0 | AD | 62 | 4D |
| Octal | 211 | 376 | 360 | 56 | 0 | 6 | 0 | 255 | 142 | 115 |
| Binary | 10001001 | 11111110 | 11110000 | 101110 | 0 | 110 | 0 | 10101101 | 1100010 | 1001101 |
Color Harmonies of #89FEF0
Complementary color
Monochromatic Colors of #89FEF0
Black with #89FEF0
Text Example
Text Example
White with #89FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FEF0; }
p { color: rgb(137,254,240); }
H1.HeaderClassName
{
color: #89FEF0;
}
.AnyTagClassName
{
color: #89FEF0;
}
</style>
background-color css
<style>
a { background-color: #89FEF0; }
a { background-color: rgb(137,254,240); }
div.DivClassName
{
background-color: #89FEF0;
}
.BgClassName
{
background-color: #89FEF0;
}
</style>
border-color css
<style>
span { border-color: #89FEF0; }
span { border-color: rgb(137,254,240); }
td.TdClassName
{
border-color: #89FEF0;
}
.TagClassName
{
border-color: #89FEF0;
}
</style>