Shades of Electric Blue #89EFFF
Tints of Electric Blue #89EFFF
RGB
CMYK
RGB Variations
Color information
#89EFFF (or 0x89EFFF) is known color: Electric Blue. HEX triplet: 89, EF and FF. RGB value is (137,239,255). Sum of RGB (Red+Green+Blue) = 137+239+255=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFFF is #761000. Grayscale: #D2D2D2. Windows color (decimal): -7737345 or 16773001. OLE color: 16773001.
HSL color Cylindrical-coordinate representation of color #89EFFF: hue angle of 188.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89EFFF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 239 | 255 | - |
| CMYK | 0.46 | 0.06 | 0 | 0 |
| HSL | 188.14º | 1% | 0.77% | - |
| HSV(B) | 188.14º | 0.46% | 1% | - |
| XYZ | 59.23 | 74.27 | 105.82 | - |
| YUV | 210.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 255 | 0.46 | 0.06 | 0 | 0 | 188.14 | 1 | 0.77 |
| Hex | 89 | EF | FF | 2E | 6 | 0 | 0 | BC | 64 | 4D |
| Octal | 211 | 357 | 377 | 56 | 6 | 0 | 0 | 274 | 144 | 115 |
| Binary | 10001001 | 11101111 | 11111111 | 101110 | 110 | 0 | 0 | 10111100 | 1100100 | 1001101 |
Color Harmonies of #89EFFF
Complementary color
Monochromatic Colors of #89EFFF
Black with #89EFFF
Text Example
Text Example
White with #89EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFFF; }
p { color: rgb(137,239,255); }
H1.HeaderClassName
{
color: #89EFFF;
}
.AnyTagClassName
{
color: #89EFFF;
}
</style>
background-color css
<style>
a { background-color: #89EFFF; }
a { background-color: rgb(137,239,255); }
div.DivClassName
{
background-color: #89EFFF;
}
.BgClassName
{
background-color: #89EFFF;
}
</style>
border-color css
<style>
span { border-color: #89EFFF; }
span { border-color: rgb(137,239,255); }
td.TdClassName
{
border-color: #89EFFF;
}
.TagClassName
{
border-color: #89EFFF;
}
</style>