Shades of Electric Blue #80EBFF
Tints of Electric Blue #80EBFF
RGB
CMYK
RGB Variations
Color information
#80EBFF (or 0x80EBFF) is known color: Electric Blue. HEX triplet: 80, EB and FF. RGB value is (128,235,255). Sum of RGB (Red+Green+Blue) = 128+235+255=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBFF is #7F1400. Grayscale: #CDCDCD. Windows color (decimal): -8328193 or 16771968. OLE color: 16771968.
HSL color Cylindrical-coordinate representation of color #80EBFF: hue angle of 189.45º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EBFF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 235 | 255 | - |
| CMYK | 0.50 | 0.08 | 0 | 0 |
| HSL | 189.45º | 1% | 0.75% | - |
| HSV(B) | 189.45º | 0.5% | 1% | - |
| XYZ | 56.66 | 71.23 | 105.37 | - |
| YUV | 205.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 255 | 0.50 | 0.08 | 0 | 0 | 189.45 | 1 | 0.75 |
| Hex | 80 | EB | FF | 32 | 8 | 0 | 0 | BD | 64 | 4B |
| Octal | 200 | 353 | 377 | 62 | 10 | 0 | 0 | 275 | 144 | 113 |
| Binary | 10000000 | 11101011 | 11111111 | 110010 | 1000 | 0 | 0 | 10111101 | 1100100 | 1001011 |
Color Harmonies of #80EBFF
Complementary color
Monochromatic Colors of #80EBFF
Black with #80EBFF
Text Example
Text Example
White with #80EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBFF; }
p { color: rgb(128,235,255); }
H1.HeaderClassName
{
color: #80EBFF;
}
.AnyTagClassName
{
color: #80EBFF;
}
</style>
background-color css
<style>
a { background-color: #80EBFF; }
a { background-color: rgb(128,235,255); }
div.DivClassName
{
background-color: #80EBFF;
}
.BgClassName
{
background-color: #80EBFF;
}
</style>
border-color css
<style>
span { border-color: #80EBFF; }
span { border-color: rgb(128,235,255); }
td.TdClassName
{
border-color: #80EBFF;
}
.TagClassName
{
border-color: #80EBFF;
}
</style>