Shades of Electric Blue #80EEFF
Tints of Electric Blue #80EEFF
RGB
CMYK
RGB Variations
Color information
#80EEFF (or 0x80EEFF) is known color: Electric Blue. HEX triplet: 80, EE and FF. RGB value is (128,238,255). Sum of RGB (Red+Green+Blue) = 128+238+255=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEFF is #7F1100. Grayscale: #CECECE. Windows color (decimal): -8327425 or 16772736. OLE color: 16772736.
HSL color Cylindrical-coordinate representation of color #80EEFF: hue angle of 188.03º 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 #80EEFF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 238 | 255 | - |
| CMYK | 0.50 | 0.07 | 0 | 0 |
| HSL | 188.03º | 1% | 0.75% | - |
| HSV(B) | 188.03º | 0.5% | 1% | - |
| XYZ | 57.53 | 72.96 | 105.66 | - |
| YUV | 207.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 255 | 0.50 | 0.07 | 0 | 0 | 188.03 | 1 | 0.75 |
| Hex | 80 | EE | FF | 32 | 7 | 0 | 0 | BC | 64 | 4B |
| Octal | 200 | 356 | 377 | 62 | 7 | 0 | 0 | 274 | 144 | 113 |
| Binary | 10000000 | 11101110 | 11111111 | 110010 | 111 | 0 | 0 | 10111100 | 1100100 | 1001011 |
Color Harmonies of #80EEFF
Complementary color
Monochromatic Colors of #80EEFF
Black with #80EEFF
Text Example
Text Example
White with #80EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEFF; }
p { color: rgb(128,238,255); }
H1.HeaderClassName
{
color: #80EEFF;
}
.AnyTagClassName
{
color: #80EEFF;
}
</style>
background-color css
<style>
a { background-color: #80EEFF; }
a { background-color: rgb(128,238,255); }
div.DivClassName
{
background-color: #80EEFF;
}
.BgClassName
{
background-color: #80EEFF;
}
</style>
border-color css
<style>
span { border-color: #80EEFF; }
span { border-color: rgb(128,238,255); }
td.TdClassName
{
border-color: #80EEFF;
}
.TagClassName
{
border-color: #80EEFF;
}
</style>