Shades of Electric Blue #80EBED
Tints of Electric Blue #80EBED
RGB
CMYK
RGB Variations
Color information
#80EBED (or 0x80EBED) is known color: Electric Blue. HEX triplet: 80, EB and ED. RGB value is (128,235,237). Sum of RGB (Red+Green+Blue) = 128+235+237=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #80EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBED is #7F1412. Grayscale: #CBCBCB. Windows color (decimal): -8328211 or 15592320. OLE color: 15592320.
HSL color Cylindrical-coordinate representation of color #80EBED: hue angle of 181.1º degrees, saturation: 0.75, 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 #80EBED is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 235 | 237 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.07 |
| HSL | 181.1º | 0.75% | 0.72% | - |
| HSV(B) | 181.1º | 0.46% | 0.93% | - |
| XYZ | 53.9 | 70.12 | 90.81 | - |
| YUV | 203.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 237 | 0.46 | 0.01 | 0 | 0.07 | 181.1 | 0.75 | 0.72 |
| Hex | 80 | EB | ED | 2E | 1 | 0 | 7 | B5 | 4B | 48 |
| Octal | 200 | 353 | 355 | 56 | 1 | 0 | 7 | 265 | 113 | 110 |
| Binary | 10000000 | 11101011 | 11101101 | 101110 | 1 | 0 | 111 | 10110101 | 1001011 | 1001000 |
Color Harmonies of #80EBED
Complementary color
Monochromatic Colors of #80EBED
Black with #80EBED
Text Example
Text Example
White with #80EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBED; }
p { color: rgb(128,235,237); }
H1.HeaderClassName
{
color: #80EBED;
}
.AnyTagClassName
{
color: #80EBED;
}
</style>
background-color css
<style>
a { background-color: #80EBED; }
a { background-color: rgb(128,235,237); }
div.DivClassName
{
background-color: #80EBED;
}
.BgClassName
{
background-color: #80EBED;
}
</style>
border-color css
<style>
span { border-color: #80EBED; }
span { border-color: rgb(128,235,237); }
td.TdClassName
{
border-color: #80EBED;
}
.TagClassName
{
border-color: #80EBED;
}
</style>