Shades of Electric Blue #80F3EC
Tints of Electric Blue #80F3EC
RGB
CMYK
RGB Variations
Color information
#80F3EC (or 0x80F3EC) is known color: Electric Blue. HEX triplet: 80, F3 and EC. RGB value is (128,243,236). Sum of RGB (Red+Green+Blue) = 128+243+236=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F3EC is #7F0C13. Grayscale: #CFCFCF. Windows color (decimal): -8326164 or 15528832. OLE color: 15528832.
HSL color Cylindrical-coordinate representation of color #80F3EC: hue angle of 176.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3EC is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 236 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.05 |
| HSL | 176.35º | 0.83% | 0.73% | - |
| HSV(B) | 176.35º | 0.47% | 0.95% | - |
| XYZ | 56.09 | 74.75 | 90.83 | - |
| YUV | 207.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 236 | 0.47 | 0 | 0.03 | 0.05 | 176.35 | 0.83 | 0.73 |
| Hex | 80 | F3 | EC | 2F | 0 | 3 | 5 | B0 | 53 | 49 |
| Octal | 200 | 363 | 354 | 57 | 0 | 3 | 5 | 260 | 123 | 111 |
| Binary | 10000000 | 11110011 | 11101100 | 101111 | 0 | 11 | 101 | 10110000 | 1010011 | 1001001 |
Color Harmonies of #80F3EC
Complementary color
Monochromatic Colors of #80F3EC
Black with #80F3EC
Text Example
Text Example
White with #80F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F3EC; }
p { color: rgb(128,243,236); }
H1.HeaderClassName
{
color: #80F3EC;
}
.AnyTagClassName
{
color: #80F3EC;
}
</style>
background-color css
<style>
a { background-color: #80F3EC; }
a { background-color: rgb(128,243,236); }
div.DivClassName
{
background-color: #80F3EC;
}
.BgClassName
{
background-color: #80F3EC;
}
</style>
border-color css
<style>
span { border-color: #80F3EC; }
span { border-color: rgb(128,243,236); }
td.TdClassName
{
border-color: #80F3EC;
}
.TagClassName
{
border-color: #80F3EC;
}
</style>