Shades of Electric Blue #89ECF7
Tints of Electric Blue #89ECF7
RGB
CMYK
RGB Variations
Color information
#89ECF7 (or 0x89ECF7) is known color: Electric Blue. HEX triplet: 89, EC and F7. RGB value is (137,236,247). Sum of RGB (Red+Green+Blue) = 137+236+247=620 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.10% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #89ECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECF7 is #761308. Grayscale: #CFCFCF. Windows color (decimal): -7738121 or 16247945. OLE color: 16247945.
HSL color Cylindrical-coordinate representation of color #89ECF7: hue angle of 186º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89ECF7 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 236 | 247 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.03 |
| HSL | 186º | 0.87% | 0.75% | - |
| HSV(B) | 186º | 0.45% | 0.97% | - |
| XYZ | 57.1 | 72.02 | 98.89 | - |
| YUV | 207.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 247 | 0.45 | 0.04 | 0 | 0.03 | 186 | 0.87 | 0.75 |
| Hex | 89 | EC | F7 | 2D | 4 | 0 | 3 | BA | 57 | 4B |
| Octal | 211 | 354 | 367 | 55 | 4 | 0 | 3 | 272 | 127 | 113 |
| Binary | 10001001 | 11101100 | 11110111 | 101101 | 100 | 0 | 11 | 10111010 | 1010111 | 1001011 |
Color Harmonies of #89ECF7
Complementary color
Monochromatic Colors of #89ECF7
Black with #89ECF7
Text Example
Text Example
White with #89ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECF7; }
p { color: rgb(137,236,247); }
H1.HeaderClassName
{
color: #89ECF7;
}
.AnyTagClassName
{
color: #89ECF7;
}
</style>
background-color css
<style>
a { background-color: #89ECF7; }
a { background-color: rgb(137,236,247); }
div.DivClassName
{
background-color: #89ECF7;
}
.BgClassName
{
background-color: #89ECF7;
}
</style>
border-color css
<style>
span { border-color: #89ECF7; }
span { border-color: rgb(137,236,247); }
td.TdClassName
{
border-color: #89ECF7;
}
.TagClassName
{
border-color: #89ECF7;
}
</style>