Shades of Electric Blue #80FCEE
Tints of Electric Blue #80FCEE
RGB
CMYK
RGB Variations
Color information
#80FCEE (or 0x80FCEE) is known color: Electric Blue. HEX triplet: 80, FC and EE. RGB value is (128,252,238). Sum of RGB (Red+Green+Blue) = 128+252+238=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCEE is #7F0311. Grayscale: #D5D5D5. Windows color (decimal): -8323858 or 15662208. OLE color: 15662208.
HSL color Cylindrical-coordinate representation of color #80FCEE: hue angle of 173.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCEE is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 238 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.01 |
| HSL | 173.23º | 0.95% | 0.75% | - |
| HSV(B) | 173.23º | 0.49% | 0.99% | - |
| XYZ | 59.15 | 80.38 | 93.29 | - |
| YUV | 213.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 238 | 0.49 | 0 | 0.06 | 0.01 | 173.23 | 0.95 | 0.75 |
| Hex | 80 | FC | EE | 31 | 0 | 6 | 1 | AD | 5F | 4B |
| Octal | 200 | 374 | 356 | 61 | 0 | 6 | 1 | 255 | 137 | 113 |
| Binary | 10000000 | 11111100 | 11101110 | 110001 | 0 | 110 | 1 | 10101101 | 1011111 | 1001011 |
Color Harmonies of #80FCEE
Complementary color
Monochromatic Colors of #80FCEE
Black with #80FCEE
Text Example
Text Example
White with #80FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCEE; }
p { color: rgb(128,252,238); }
H1.HeaderClassName
{
color: #80FCEE;
}
.AnyTagClassName
{
color: #80FCEE;
}
</style>
background-color css
<style>
a { background-color: #80FCEE; }
a { background-color: rgb(128,252,238); }
div.DivClassName
{
background-color: #80FCEE;
}
.BgClassName
{
background-color: #80FCEE;
}
</style>
border-color css
<style>
span { border-color: #80FCEE; }
span { border-color: rgb(128,252,238); }
td.TdClassName
{
border-color: #80FCEE;
}
.TagClassName
{
border-color: #80FCEE;
}
</style>