Shades of Electric Blue #89ECF4
Tints of Electric Blue #89ECF4
RGB
CMYK
RGB Variations
Color information
#89ECF4 (or 0x89ECF4) is known color: Electric Blue. HEX triplet: 89, EC and F4. RGB value is (137,236,244). Sum of RGB (Red+Green+Blue) = 137+236+244=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #89ECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECF4 is #76130B. Grayscale: #CFCFCF. Windows color (decimal): -7738124 or 16051337. OLE color: 16051337.
HSL color Cylindrical-coordinate representation of color #89ECF4: hue angle of 184.49º degrees, saturation: 0.83, 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 #89ECF4 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 236 | 244 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.04 |
| HSL | 184.49º | 0.83% | 0.75% | - |
| HSV(B) | 184.49º | 0.44% | 0.96% | - |
| XYZ | 56.64 | 71.84 | 96.47 | - |
| YUV | 207.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 244 | 0.44 | 0.03 | 0 | 0.04 | 184.49 | 0.83 | 0.75 |
| Hex | 89 | EC | F4 | 2C | 3 | 0 | 4 | B8 | 53 | 4B |
| Octal | 211 | 354 | 364 | 54 | 3 | 0 | 4 | 270 | 123 | 113 |
| Binary | 10001001 | 11101100 | 11110100 | 101100 | 11 | 0 | 100 | 10111000 | 1010011 | 1001011 |
Color Harmonies of #89ECF4
Complementary color
Monochromatic Colors of #89ECF4
Black with #89ECF4
Text Example
Text Example
White with #89ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECF4; }
p { color: rgb(137,236,244); }
H1.HeaderClassName
{
color: #89ECF4;
}
.AnyTagClassName
{
color: #89ECF4;
}
</style>
background-color css
<style>
a { background-color: #89ECF4; }
a { background-color: rgb(137,236,244); }
div.DivClassName
{
background-color: #89ECF4;
}
.BgClassName
{
background-color: #89ECF4;
}
</style>
border-color css
<style>
span { border-color: #89ECF4; }
span { border-color: rgb(137,236,244); }
td.TdClassName
{
border-color: #89ECF4;
}
.TagClassName
{
border-color: #89ECF4;
}
</style>