Shades of Electric Blue #80E9EF
Tints of Electric Blue #80E9EF
RGB
CMYK
RGB Variations
Color information
#80E9EF (or 0x80E9EF) is known color: Electric Blue. HEX triplet: 80, E9 and EF. RGB value is (128,233,239). Sum of RGB (Red+Green+Blue) = 128+233+239=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E9EF is #7F1610. Grayscale: #CACACA. Windows color (decimal): -8328721 or 15722880. OLE color: 15722880.
HSL color Cylindrical-coordinate representation of color #80E9EF: hue angle of 183.24º 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 #80E9EF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 233 | 239 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.06 |
| HSL | 183.24º | 0.78% | 0.72% | - |
| HSV(B) | 183.24º | 0.46% | 0.94% | - |
| XYZ | 53.62 | 69.1 | 92.17 | - |
| YUV | 202.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 239 | 0.46 | 0.03 | 0 | 0.06 | 183.24 | 0.78 | 0.72 |
| Hex | 80 | E9 | EF | 2E | 3 | 0 | 6 | B7 | 4E | 48 |
| Octal | 200 | 351 | 357 | 56 | 3 | 0 | 6 | 267 | 116 | 110 |
| Binary | 10000000 | 11101001 | 11101111 | 101110 | 11 | 0 | 110 | 10110111 | 1001110 | 1001000 |
Color Harmonies of #80E9EF
Complementary color
Monochromatic Colors of #80E9EF
Black with #80E9EF
Text Example
Text Example
White with #80E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E9EF; }
p { color: rgb(128,233,239); }
H1.HeaderClassName
{
color: #80E9EF;
}
.AnyTagClassName
{
color: #80E9EF;
}
</style>
background-color css
<style>
a { background-color: #80E9EF; }
a { background-color: rgb(128,233,239); }
div.DivClassName
{
background-color: #80E9EF;
}
.BgClassName
{
background-color: #80E9EF;
}
</style>
border-color css
<style>
span { border-color: #80E9EF; }
span { border-color: rgb(128,233,239); }
td.TdClassName
{
border-color: #80E9EF;
}
.TagClassName
{
border-color: #80E9EF;
}
</style>