Shades of Electric Blue #89F0EE
Tints of Electric Blue #89F0EE
RGB
CMYK
RGB Variations
Color information
#89F0EE (or 0x89F0EE) is known color: Electric Blue. HEX triplet: 89, F0 and EE. RGB value is (137,240,238). Sum of RGB (Red+Green+Blue) = 137+240+238=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F0EE is #760F11. Grayscale: #D0D0D0. Windows color (decimal): -7737106 or 15659145. OLE color: 15659145.
HSL color Cylindrical-coordinate representation of color #89F0EE: hue angle of 178.83º 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 #89F0EE is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 240 | 238 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.06 |
| HSL | 178.83º | 0.77% | 0.74% | - |
| HSV(B) | 178.83º | 0.43% | 0.94% | - |
| XYZ | 56.91 | 73.81 | 92.14 | - |
| YUV | 208.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 238 | 0.43 | 0 | 0.01 | 0.06 | 178.83 | 0.77 | 0.74 |
| Hex | 89 | F0 | EE | 2B | 0 | 1 | 6 | B3 | 4D | 4A |
| Octal | 211 | 360 | 356 | 53 | 0 | 1 | 6 | 263 | 115 | 112 |
| Binary | 10001001 | 11110000 | 11101110 | 101011 | 0 | 1 | 110 | 10110011 | 1001101 | 1001010 |
Color Harmonies of #89F0EE
Complementary color
Monochromatic Colors of #89F0EE
Black with #89F0EE
Text Example
Text Example
White with #89F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0EE; }
p { color: rgb(137,240,238); }
H1.HeaderClassName
{
color: #89F0EE;
}
.AnyTagClassName
{
color: #89F0EE;
}
</style>
background-color css
<style>
a { background-color: #89F0EE; }
a { background-color: rgb(137,240,238); }
div.DivClassName
{
background-color: #89F0EE;
}
.BgClassName
{
background-color: #89F0EE;
}
</style>
border-color css
<style>
span { border-color: #89F0EE; }
span { border-color: rgb(137,240,238); }
td.TdClassName
{
border-color: #89F0EE;
}
.TagClassName
{
border-color: #89F0EE;
}
</style>