Shades of Electric Blue #89EDFF
Tints of Electric Blue #89EDFF
RGB
CMYK
RGB Variations
Color information
#89EDFF (or 0x89EDFF) is known color: Electric Blue. HEX triplet: 89, ED and FF. RGB value is (137,237,255). Sum of RGB (Red+Green+Blue) = 137+237+255=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDFF is #761200. Grayscale: #D0D0D0. Windows color (decimal): -7737857 or 16772489. OLE color: 16772489.
HSL color Cylindrical-coordinate representation of color #89EDFF: hue angle of 189.15º 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 #89EDFF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 237 | 255 | - |
| CMYK | 0.46 | 0.07 | 0 | 0 |
| HSL | 189.15º | 1% | 0.77% | - |
| HSV(B) | 189.15º | 0.46% | 1% | - |
| XYZ | 58.65 | 73.11 | 105.63 | - |
| YUV | 209.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 255 | 0.46 | 0.07 | 0 | 0 | 189.15 | 1 | 0.77 |
| Hex | 89 | ED | FF | 2E | 7 | 0 | 0 | BD | 64 | 4D |
| Octal | 211 | 355 | 377 | 56 | 7 | 0 | 0 | 275 | 144 | 115 |
| Binary | 10001001 | 11101101 | 11111111 | 101110 | 111 | 0 | 0 | 10111101 | 1100100 | 1001101 |
Color Harmonies of #89EDFF
Complementary color
Monochromatic Colors of #89EDFF
Black with #89EDFF
Text Example
Text Example
White with #89EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDFF; }
p { color: rgb(137,237,255); }
H1.HeaderClassName
{
color: #89EDFF;
}
.AnyTagClassName
{
color: #89EDFF;
}
</style>
background-color css
<style>
a { background-color: #89EDFF; }
a { background-color: rgb(137,237,255); }
div.DivClassName
{
background-color: #89EDFF;
}
.BgClassName
{
background-color: #89EDFF;
}
</style>
border-color css
<style>
span { border-color: #89EDFF; }
span { border-color: rgb(137,237,255); }
td.TdClassName
{
border-color: #89EDFF;
}
.TagClassName
{
border-color: #89EDFF;
}
</style>