Shades of Electric Blue #89ECF5
Tints of Electric Blue #89ECF5
RGB
CMYK
RGB Variations
Color information
#89ECF5 (or 0x89ECF5) is known color: Electric Blue. HEX triplet: 89, EC and F5. RGB value is (137,236,245). Sum of RGB (Red+Green+Blue) = 137+236+245=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #89ECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECF5 is #76130A. Grayscale: #CFCFCF. Windows color (decimal): -7738123 or 16116873. OLE color: 16116873.
HSL color Cylindrical-coordinate representation of color #89ECF5: hue angle of 185º degrees, saturation: 0.84, 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 #89ECF5 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 236 | 245 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.04 |
| HSL | 185º | 0.84% | 0.75% | - |
| HSV(B) | 185º | 0.44% | 0.96% | - |
| XYZ | 56.79 | 71.9 | 97.27 | - |
| YUV | 207.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 245 | 0.44 | 0.04 | 0 | 0.04 | 185 | 0.84 | 0.75 |
| Hex | 89 | EC | F5 | 2C | 4 | 0 | 4 | B9 | 54 | 4B |
| Octal | 211 | 354 | 365 | 54 | 4 | 0 | 4 | 271 | 124 | 113 |
| Binary | 10001001 | 11101100 | 11110101 | 101100 | 100 | 0 | 100 | 10111001 | 1010100 | 1001011 |
Color Harmonies of #89ECF5
Complementary color
Monochromatic Colors of #89ECF5
Black with #89ECF5
Text Example
Text Example
White with #89ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECF5; }
p { color: rgb(137,236,245); }
H1.HeaderClassName
{
color: #89ECF5;
}
.AnyTagClassName
{
color: #89ECF5;
}
</style>
background-color css
<style>
a { background-color: #89ECF5; }
a { background-color: rgb(137,236,245); }
div.DivClassName
{
background-color: #89ECF5;
}
.BgClassName
{
background-color: #89ECF5;
}
</style>
border-color css
<style>
span { border-color: #89ECF5; }
span { border-color: rgb(137,236,245); }
td.TdClassName
{
border-color: #89ECF5;
}
.TagClassName
{
border-color: #89ECF5;
}
</style>