Shades of Electric Blue #89F2EE
Tints of Electric Blue #89F2EE
RGB
CMYK
RGB Variations
Color information
#89F2EE (or 0x89F2EE) is known color: Electric Blue. HEX triplet: 89, F2 and EE. RGB value is (137,242,238). Sum of RGB (Red+Green+Blue) = 137+242+238=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F2EE is #760D11. Grayscale: #D2D2D2. Windows color (decimal): -7736594 or 15659657. OLE color: 15659657.
HSL color Cylindrical-coordinate representation of color #89F2EE: hue angle of 177.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2EE is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 238 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.05 |
| HSL | 177.71º | 0.8% | 0.74% | - |
| HSV(B) | 177.71º | 0.43% | 0.95% | - |
| XYZ | 57.5 | 75 | 92.33 | - |
| YUV | 210.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 238 | 0.43 | 0 | 0.02 | 0.05 | 177.71 | 0.8 | 0.74 |
| Hex | 89 | F2 | EE | 2B | 0 | 2 | 5 | B2 | 50 | 4A |
| Octal | 211 | 362 | 356 | 53 | 0 | 2 | 5 | 262 | 120 | 112 |
| Binary | 10001001 | 11110010 | 11101110 | 101011 | 0 | 10 | 101 | 10110010 | 1010000 | 1001010 |
Color Harmonies of #89F2EE
Complementary color
Monochromatic Colors of #89F2EE
Black with #89F2EE
Text Example
Text Example
White with #89F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2EE; }
p { color: rgb(137,242,238); }
H1.HeaderClassName
{
color: #89F2EE;
}
.AnyTagClassName
{
color: #89F2EE;
}
</style>
background-color css
<style>
a { background-color: #89F2EE; }
a { background-color: rgb(137,242,238); }
div.DivClassName
{
background-color: #89F2EE;
}
.BgClassName
{
background-color: #89F2EE;
}
</style>
border-color css
<style>
span { border-color: #89F2EE; }
span { border-color: rgb(137,242,238); }
td.TdClassName
{
border-color: #89F2EE;
}
.TagClassName
{
border-color: #89F2EE;
}
</style>