Shades of Electric Blue #80EBEF
Tints of Electric Blue #80EBEF
RGB
CMYK
RGB Variations
Color information
#80EBEF (or 0x80EBEF) is known color: Electric Blue. HEX triplet: 80, EB and EF. RGB value is (128,235,239). Sum of RGB (Red+Green+Blue) = 128+235+239=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #80EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBEF is #7F1410. Grayscale: #CBCBCB. Windows color (decimal): -8328209 or 15723392. OLE color: 15723392.
HSL color Cylindrical-coordinate representation of color #80EBEF: hue angle of 182.16º 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 #80EBEF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 235 | 239 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.06 |
| HSL | 182.16º | 0.78% | 0.72% | - |
| HSV(B) | 182.16º | 0.46% | 0.94% | - |
| XYZ | 54.19 | 70.24 | 92.36 | - |
| YUV | 203.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 239 | 0.46 | 0.02 | 0 | 0.06 | 182.16 | 0.78 | 0.72 |
| Hex | 80 | EB | EF | 2E | 2 | 0 | 6 | B6 | 4E | 48 |
| Octal | 200 | 353 | 357 | 56 | 2 | 0 | 6 | 266 | 116 | 110 |
| Binary | 10000000 | 11101011 | 11101111 | 101110 | 10 | 0 | 110 | 10110110 | 1001110 | 1001000 |
Color Harmonies of #80EBEF
Complementary color
Monochromatic Colors of #80EBEF
Black with #80EBEF
Text Example
Text Example
White with #80EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBEF; }
p { color: rgb(128,235,239); }
H1.HeaderClassName
{
color: #80EBEF;
}
.AnyTagClassName
{
color: #80EBEF;
}
</style>
background-color css
<style>
a { background-color: #80EBEF; }
a { background-color: rgb(128,235,239); }
div.DivClassName
{
background-color: #80EBEF;
}
.BgClassName
{
background-color: #80EBEF;
}
</style>
border-color css
<style>
span { border-color: #80EBEF; }
span { border-color: rgb(128,235,239); }
td.TdClassName
{
border-color: #80EBEF;
}
.TagClassName
{
border-color: #80EBEF;
}
</style>