Shades of Electric Blue #80EDF0
Tints of Electric Blue #80EDF0
RGB
CMYK
RGB Variations
Color information
#80EDF0 (or 0x80EDF0) is known color: Electric Blue. HEX triplet: 80, ED and F0. RGB value is (128,237,240). Sum of RGB (Red+Green+Blue) = 128+237+240=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #80EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EDF0 is #7F120F. Grayscale: #CCCCCC. Windows color (decimal): -8327696 or 15789440. OLE color: 15789440.
HSL color Cylindrical-coordinate representation of color #80EDF0: hue angle of 181.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80EDF0 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 237 | 240 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.06 |
| HSL | 181.61º | 0.79% | 0.72% | - |
| HSV(B) | 181.61º | 0.47% | 0.94% | - |
| XYZ | 54.91 | 71.45 | 93.33 | - |
| YUV | 204.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 240 | 0.47 | 0.01 | 0 | 0.06 | 181.61 | 0.79 | 0.72 |
| Hex | 80 | ED | F0 | 2F | 1 | 0 | 6 | B6 | 4F | 48 |
| Octal | 200 | 355 | 360 | 57 | 1 | 0 | 6 | 266 | 117 | 110 |
| Binary | 10000000 | 11101101 | 11110000 | 101111 | 1 | 0 | 110 | 10110110 | 1001111 | 1001000 |
Color Harmonies of #80EDF0
Complementary color
Monochromatic Colors of #80EDF0
Black with #80EDF0
Text Example
Text Example
White with #80EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDF0; }
p { color: rgb(128,237,240); }
H1.HeaderClassName
{
color: #80EDF0;
}
.AnyTagClassName
{
color: #80EDF0;
}
</style>
background-color css
<style>
a { background-color: #80EDF0; }
a { background-color: rgb(128,237,240); }
div.DivClassName
{
background-color: #80EDF0;
}
.BgClassName
{
background-color: #80EDF0;
}
</style>
border-color css
<style>
span { border-color: #80EDF0; }
span { border-color: rgb(128,237,240); }
td.TdClassName
{
border-color: #80EDF0;
}
.TagClassName
{
border-color: #80EDF0;
}
</style>