Shades of Electric Blue #89EFF5
Tints of Electric Blue #89EFF5
RGB
CMYK
RGB Variations
Color information
#89EFF5 (or 0x89EFF5) is known color: Electric Blue. HEX triplet: 89, EF and F5. RGB value is (137,239,245). Sum of RGB (Red+Green+Blue) = 137+239+245=621 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.06% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #89EFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFF5 is #76100A. Grayscale: #D1D1D1. Windows color (decimal): -7737355 or 16117641. OLE color: 16117641.
HSL color Cylindrical-coordinate representation of color #89EFF5: hue angle of 183.33º 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 #89EFF5 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 239 | 245 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.04 |
| HSL | 183.33º | 0.84% | 0.75% | - |
| HSV(B) | 183.33º | 0.44% | 0.96% | - |
| XYZ | 57.66 | 73.64 | 97.56 | - |
| YUV | 209.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 245 | 0.44 | 0.02 | 0 | 0.04 | 183.33 | 0.84 | 0.75 |
| Hex | 89 | EF | F5 | 2C | 2 | 0 | 4 | B7 | 54 | 4B |
| Octal | 211 | 357 | 365 | 54 | 2 | 0 | 4 | 267 | 124 | 113 |
| Binary | 10001001 | 11101111 | 11110101 | 101100 | 10 | 0 | 100 | 10110111 | 1010100 | 1001011 |
Color Harmonies of #89EFF5
Complementary color
Monochromatic Colors of #89EFF5
Black with #89EFF5
Text Example
Text Example
White with #89EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFF5; }
p { color: rgb(137,239,245); }
H1.HeaderClassName
{
color: #89EFF5;
}
.AnyTagClassName
{
color: #89EFF5;
}
</style>
background-color css
<style>
a { background-color: #89EFF5; }
a { background-color: rgb(137,239,245); }
div.DivClassName
{
background-color: #89EFF5;
}
.BgClassName
{
background-color: #89EFF5;
}
</style>
border-color css
<style>
span { border-color: #89EFF5; }
span { border-color: rgb(137,239,245); }
td.TdClassName
{
border-color: #89EFF5;
}
.TagClassName
{
border-color: #89EFF5;
}
</style>