Shades of Electric Blue #89E8EE
Tints of Electric Blue #89E8EE
RGB
CMYK
RGB Variations
Color information
#89E8EE (or 0x89E8EE) is known color: Electric Blue. HEX triplet: 89, E8 and EE. RGB value is (137,232,238). Sum of RGB (Red+Green+Blue) = 137+232+238=607 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.57% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #89E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8EE is #761711. Grayscale: #CCCCCC. Windows color (decimal): -7739154 or 15657097. OLE color: 15657097.
HSL color Cylindrical-coordinate representation of color #89E8EE: hue angle of 183.56º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89E8EE is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 232 | 238 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.07 |
| HSL | 183.56º | 0.75% | 0.74% | - |
| HSV(B) | 183.56º | 0.42% | 0.93% | - |
| XYZ | 54.61 | 69.2 | 91.37 | - |
| YUV | 204.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 232 | 238 | 0.42 | 0.03 | 0 | 0.07 | 183.56 | 0.75 | 0.74 |
| Hex | 89 | E8 | EE | 2A | 3 | 0 | 7 | B8 | 4B | 4A |
| Octal | 211 | 350 | 356 | 52 | 3 | 0 | 7 | 270 | 113 | 112 |
| Binary | 10001001 | 11101000 | 11101110 | 101010 | 11 | 0 | 111 | 10111000 | 1001011 | 1001010 |
Color Harmonies of #89E8EE
Complementary color
Monochromatic Colors of #89E8EE
Black with #89E8EE
Text Example
Text Example
White with #89E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E8EE; }
p { color: rgb(137,232,238); }
H1.HeaderClassName
{
color: #89E8EE;
}
.AnyTagClassName
{
color: #89E8EE;
}
</style>
background-color css
<style>
a { background-color: #89E8EE; }
a { background-color: rgb(137,232,238); }
div.DivClassName
{
background-color: #89E8EE;
}
.BgClassName
{
background-color: #89E8EE;
}
</style>
border-color css
<style>
span { border-color: #89E8EE; }
span { border-color: rgb(137,232,238); }
td.TdClassName
{
border-color: #89E8EE;
}
.TagClassName
{
border-color: #89E8EE;
}
</style>