Shades of Electric Blue #80ECF9
Tints of Electric Blue #80ECF9
RGB
CMYK
RGB Variations
Color information
#80ECF9 (or 0x80ECF9) is known color: Electric Blue. HEX triplet: 80, EC and F9. RGB value is (128,236,249). Sum of RGB (Red+Green+Blue) = 128+236+249=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #80ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECF9 is #7F1306. Grayscale: #CDCDCD. Windows color (decimal): -8327943 or 16379008. OLE color: 16379008.
HSL color Cylindrical-coordinate representation of color #80ECF9: hue angle of 186.45º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ECF9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 236 | 249 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.02 |
| HSL | 186.45º | 0.91% | 0.74% | - |
| HSV(B) | 186.45º | 0.49% | 0.98% | - |
| XYZ | 56 | 71.42 | 100.46 | - |
| YUV | 205.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 249 | 0.49 | 0.05 | 0 | 0.02 | 186.45 | 0.91 | 0.74 |
| Hex | 80 | EC | F9 | 31 | 5 | 0 | 2 | BA | 5B | 4A |
| Octal | 200 | 354 | 371 | 61 | 5 | 0 | 2 | 272 | 133 | 112 |
| Binary | 10000000 | 11101100 | 11111001 | 110001 | 101 | 0 | 10 | 10111010 | 1011011 | 1001010 |
Color Harmonies of #80ECF9
Complementary color
Monochromatic Colors of #80ECF9
Black with #80ECF9
Text Example
Text Example
White with #80ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECF9; }
p { color: rgb(128,236,249); }
H1.HeaderClassName
{
color: #80ECF9;
}
.AnyTagClassName
{
color: #80ECF9;
}
</style>
background-color css
<style>
a { background-color: #80ECF9; }
a { background-color: rgb(128,236,249); }
div.DivClassName
{
background-color: #80ECF9;
}
.BgClassName
{
background-color: #80ECF9;
}
</style>
border-color css
<style>
span { border-color: #80ECF9; }
span { border-color: rgb(128,236,249); }
td.TdClassName
{
border-color: #80ECF9;
}
.TagClassName
{
border-color: #80ECF9;
}
</style>