Shades of Electric Blue #80FFF2
Tints of Electric Blue #80FFF2
RGB
CMYK
RGB Variations
Color information
#80FFF2 (or 0x80FFF2) is known color: Electric Blue. HEX triplet: 80, FF and F2. RGB value is (128,255,242). Sum of RGB (Red+Green+Blue) = 128+255+242=625 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.48% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFF2 is #7F000D. Grayscale: #D7D7D7. Windows color (decimal): -8323086 or 15925120. OLE color: 15925120.
HSL color Cylindrical-coordinate representation of color #80FFF2: hue angle of 173.86º 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 #80FFF2 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 242 | - |
| CMYK | 0.50 | 0 | 0.05 | 0 |
| HSL | 173.86º | 1% | 0.75% | - |
| HSV(B) | 173.86º | 0.5% | 1% | - |
| XYZ | 60.69 | 82.52 | 96.73 | - |
| YUV | 215.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 242 | 0.50 | 0 | 0.05 | 0 | 173.86 | 1 | 0.75 |
| Hex | 80 | FF | F2 | 32 | 0 | 5 | 0 | AE | 64 | 4B |
| Octal | 200 | 377 | 362 | 62 | 0 | 5 | 0 | 256 | 144 | 113 |
| Binary | 10000000 | 11111111 | 11110010 | 110010 | 0 | 101 | 0 | 10101110 | 1100100 | 1001011 |
Color Harmonies of #80FFF2
Complementary color
Monochromatic Colors of #80FFF2
Black with #80FFF2
Text Example
Text Example
White with #80FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFF2; }
p { color: rgb(128,255,242); }
H1.HeaderClassName
{
color: #80FFF2;
}
.AnyTagClassName
{
color: #80FFF2;
}
</style>
background-color css
<style>
a { background-color: #80FFF2; }
a { background-color: rgb(128,255,242); }
div.DivClassName
{
background-color: #80FFF2;
}
.BgClassName
{
background-color: #80FFF2;
}
</style>
border-color css
<style>
span { border-color: #80FFF2; }
span { border-color: rgb(128,255,242); }
td.TdClassName
{
border-color: #80FFF2;
}
.TagClassName
{
border-color: #80FFF2;
}
</style>