Shades of Electric Blue #89EFF9
Tints of Electric Blue #89EFF9
RGB
CMYK
RGB Variations
Color information
#89EFF9 (or 0x89EFF9) is known color: Electric Blue. HEX triplet: 89, EF and F9. RGB value is (137,239,249). Sum of RGB (Red+Green+Blue) = 137+239+249=625 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.92% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #89EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFF9 is #761006. Grayscale: #D1D1D1. Windows color (decimal): -7737351 or 16379785. OLE color: 16379785.
HSL color Cylindrical-coordinate representation of color #89EFF9: hue angle of 185.36º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89EFF9 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 239 | 249 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.02 |
| HSL | 185.36º | 0.9% | 0.76% | - |
| HSV(B) | 185.36º | 0.45% | 0.98% | - |
| XYZ | 58.28 | 73.89 | 100.81 | - |
| YUV | 209.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 249 | 0.45 | 0.04 | 0 | 0.02 | 185.36 | 0.9 | 0.76 |
| Hex | 89 | EF | F9 | 2D | 4 | 0 | 2 | B9 | 5A | 4C |
| Octal | 211 | 357 | 371 | 55 | 4 | 0 | 2 | 271 | 132 | 114 |
| Binary | 10001001 | 11101111 | 11111001 | 101101 | 100 | 0 | 10 | 10111001 | 1011010 | 1001100 |
Color Harmonies of #89EFF9
Complementary color
Monochromatic Colors of #89EFF9
Black with #89EFF9
Text Example
Text Example
White with #89EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFF9; }
p { color: rgb(137,239,249); }
H1.HeaderClassName
{
color: #89EFF9;
}
.AnyTagClassName
{
color: #89EFF9;
}
</style>
background-color css
<style>
a { background-color: #89EFF9; }
a { background-color: rgb(137,239,249); }
div.DivClassName
{
background-color: #89EFF9;
}
.BgClassName
{
background-color: #89EFF9;
}
</style>
border-color css
<style>
span { border-color: #89EFF9; }
span { border-color: rgb(137,239,249); }
td.TdClassName
{
border-color: #89EFF9;
}
.TagClassName
{
border-color: #89EFF9;
}
</style>