Shades of Electric Blue #89EEF5
Tints of Electric Blue #89EEF5
RGB
CMYK
RGB Variations
Color information
#89EEF5 (or 0x89EEF5) is known color: Electric Blue. HEX triplet: 89, EE and F5. RGB value is (137,238,245). Sum of RGB (Red+Green+Blue) = 137+238+245=620 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.10% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #89EEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEF5 is #76110A. Grayscale: #D0D0D0. Windows color (decimal): -7737611 or 16117385. OLE color: 16117385.
HSL color Cylindrical-coordinate representation of color #89EEF5: hue angle of 183.89º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89EEF5 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 238 | 245 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.04 |
| HSL | 183.89º | 0.84% | 0.75% | - |
| HSV(B) | 183.89º | 0.44% | 0.96% | - |
| XYZ | 57.37 | 73.06 | 97.46 | - |
| YUV | 208.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 245 | 0.44 | 0.03 | 0 | 0.04 | 183.89 | 0.84 | 0.75 |
| Hex | 89 | EE | F5 | 2C | 3 | 0 | 4 | B8 | 54 | 4B |
| Octal | 211 | 356 | 365 | 54 | 3 | 0 | 4 | 270 | 124 | 113 |
| Binary | 10001001 | 11101110 | 11110101 | 101100 | 11 | 0 | 100 | 10111000 | 1010100 | 1001011 |
Color Harmonies of #89EEF5
Complementary color
Monochromatic Colors of #89EEF5
Black with #89EEF5
Text Example
Text Example
White with #89EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EEF5; }
p { color: rgb(137,238,245); }
H1.HeaderClassName
{
color: #89EEF5;
}
.AnyTagClassName
{
color: #89EEF5;
}
</style>
background-color css
<style>
a { background-color: #89EEF5; }
a { background-color: rgb(137,238,245); }
div.DivClassName
{
background-color: #89EEF5;
}
.BgClassName
{
background-color: #89EEF5;
}
</style>
border-color css
<style>
span { border-color: #89EEF5; }
span { border-color: rgb(137,238,245); }
td.TdClassName
{
border-color: #89EEF5;
}
.TagClassName
{
border-color: #89EEF5;
}
</style>