Shades of Electric Blue #80EDEF
Tints of Electric Blue #80EDEF
RGB
CMYK
RGB Variations
Color information
#80EDEF (or 0x80EDEF) is known color: Electric Blue. HEX triplet: 80, ED and EF. RGB value is (128,237,239). Sum of RGB (Red+Green+Blue) = 128+237+239=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #80EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EDEF is #7F1210. Grayscale: #CCCCCC. Windows color (decimal): -8327697 or 15723904. OLE color: 15723904.
HSL color Cylindrical-coordinate representation of color #80EDEF: hue angle of 181.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDEF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 237 | 239 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.06 |
| HSL | 181.08º | 0.78% | 0.72% | - |
| HSV(B) | 181.08º | 0.46% | 0.94% | - |
| XYZ | 54.77 | 71.39 | 92.55 | - |
| YUV | 204.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 239 | 0.46 | 0.01 | 0 | 0.06 | 181.08 | 0.78 | 0.72 |
| Hex | 80 | ED | EF | 2E | 1 | 0 | 6 | B5 | 4E | 48 |
| Octal | 200 | 355 | 357 | 56 | 1 | 0 | 6 | 265 | 116 | 110 |
| Binary | 10000000 | 11101101 | 11101111 | 101110 | 1 | 0 | 110 | 10110101 | 1001110 | 1001000 |
Color Harmonies of #80EDEF
Complementary color
Monochromatic Colors of #80EDEF
Black with #80EDEF
Text Example
Text Example
White with #80EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDEF; }
p { color: rgb(128,237,239); }
H1.HeaderClassName
{
color: #80EDEF;
}
.AnyTagClassName
{
color: #80EDEF;
}
</style>
background-color css
<style>
a { background-color: #80EDEF; }
a { background-color: rgb(128,237,239); }
div.DivClassName
{
background-color: #80EDEF;
}
.BgClassName
{
background-color: #80EDEF;
}
</style>
border-color css
<style>
span { border-color: #80EDEF; }
span { border-color: rgb(128,237,239); }
td.TdClassName
{
border-color: #80EDEF;
}
.TagClassName
{
border-color: #80EDEF;
}
</style>