Shades of Electric Blue #80EEED
Tints of Electric Blue #80EEED
RGB
CMYK
RGB Variations
Color information
#80EEED (or 0x80EEED) is known color: Electric Blue. HEX triplet: 80, EE and ED. RGB value is (128,238,237). Sum of RGB (Red+Green+Blue) = 128+238+237=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEED is #7F1112. Grayscale: #CCCCCC. Windows color (decimal): -8327443 or 15593088. OLE color: 15593088.
HSL color Cylindrical-coordinate representation of color #80EEED: hue angle of 179.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEED is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 237 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.07 |
| HSL | 179.45º | 0.76% | 0.72% | - |
| HSV(B) | 179.45º | 0.46% | 0.93% | - |
| XYZ | 54.76 | 71.85 | 91.1 | - |
| YUV | 205 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 237 | 0.46 | 0 | 0.00 | 0.07 | 179.45 | 0.76 | 0.72 |
| Hex | 80 | EE | ED | 2E | 0 | 0 | 7 | B3 | 4C | 48 |
| Octal | 200 | 356 | 355 | 56 | 0 | 0 | 7 | 263 | 114 | 110 |
| Binary | 10000000 | 11101110 | 11101101 | 101110 | 0 | 0 | 111 | 10110011 | 1001100 | 1001000 |
Color Harmonies of #80EEED
Complementary color
Monochromatic Colors of #80EEED
Black with #80EEED
Text Example
Text Example
White with #80EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEED; }
p { color: rgb(128,238,237); }
H1.HeaderClassName
{
color: #80EEED;
}
.AnyTagClassName
{
color: #80EEED;
}
</style>
background-color css
<style>
a { background-color: #80EEED; }
a { background-color: rgb(128,238,237); }
div.DivClassName
{
background-color: #80EEED;
}
.BgClassName
{
background-color: #80EEED;
}
</style>
border-color css
<style>
span { border-color: #80EEED; }
span { border-color: rgb(128,238,237); }
td.TdClassName
{
border-color: #80EEED;
}
.TagClassName
{
border-color: #80EEED;
}
</style>