Shades of Electric Blue #89E9F0
Tints of Electric Blue #89E9F0
RGB
CMYK
RGB Variations
Color information
#89E9F0 (or 0x89E9F0) is known color: Electric Blue. HEX triplet: 89, E9 and F0. RGB value is (137,233,240). Sum of RGB (Red+Green+Blue) = 137+233+240=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #89E9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E9F0 is #76160F. Grayscale: #CCCCCC. Windows color (decimal): -7738896 or 15788425. OLE color: 15788425.
HSL color Cylindrical-coordinate representation of color #89E9F0: hue angle of 184.08º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89E9F0 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 233 | 240 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.06 |
| HSL | 184.08º | 0.77% | 0.74% | - |
| HSV(B) | 184.08º | 0.43% | 0.94% | - |
| XYZ | 55.18 | 69.89 | 93.02 | - |
| YUV | 205.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 233 | 240 | 0.43 | 0.03 | 0 | 0.06 | 184.08 | 0.77 | 0.74 |
| Hex | 89 | E9 | F0 | 2B | 3 | 0 | 6 | B8 | 4D | 4A |
| Octal | 211 | 351 | 360 | 53 | 3 | 0 | 6 | 270 | 115 | 112 |
| Binary | 10001001 | 11101001 | 11110000 | 101011 | 11 | 0 | 110 | 10111000 | 1001101 | 1001010 |
Color Harmonies of #89E9F0
Complementary color
Monochromatic Colors of #89E9F0
Black with #89E9F0
Text Example
Text Example
White with #89E9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E9F0; }
p { color: rgb(137,233,240); }
H1.HeaderClassName
{
color: #89E9F0;
}
.AnyTagClassName
{
color: #89E9F0;
}
</style>
background-color css
<style>
a { background-color: #89E9F0; }
a { background-color: rgb(137,233,240); }
div.DivClassName
{
background-color: #89E9F0;
}
.BgClassName
{
background-color: #89E9F0;
}
</style>
border-color css
<style>
span { border-color: #89E9F0; }
span { border-color: rgb(137,233,240); }
td.TdClassName
{
border-color: #89E9F0;
}
.TagClassName
{
border-color: #89E9F0;
}
</style>