Shades of Electric Blue #80FAF2
Tints of Electric Blue #80FAF2
RGB
CMYK
RGB Variations
Color information
#80FAF2 (or 0x80FAF2) is known color: Electric Blue. HEX triplet: 80, FA and F2. RGB value is (128,250,242). Sum of RGB (Red+Green+Blue) = 128+250+242=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAF2 is #7F050D. Grayscale: #D4D4D4. Windows color (decimal): -8324366 or 15923840. OLE color: 15923840.
HSL color Cylindrical-coordinate representation of color #80FAF2: hue angle of 176.07º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAF2 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 242 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.02 |
| HSL | 176.07º | 0.92% | 0.74% | - |
| HSV(B) | 176.07º | 0.49% | 0.98% | - |
| XYZ | 59.11 | 79.37 | 96.21 | - |
| YUV | 212.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 242 | 0.49 | 0 | 0.03 | 0.02 | 176.07 | 0.92 | 0.74 |
| Hex | 80 | FA | F2 | 31 | 0 | 3 | 2 | B0 | 5C | 4A |
| Octal | 200 | 372 | 362 | 61 | 0 | 3 | 2 | 260 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11110010 | 110001 | 0 | 11 | 10 | 10110000 | 1011100 | 1001010 |
Color Harmonies of #80FAF2
Complementary color
Monochromatic Colors of #80FAF2
Black with #80FAF2
Text Example
Text Example
White with #80FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAF2; }
p { color: rgb(128,250,242); }
H1.HeaderClassName
{
color: #80FAF2;
}
.AnyTagClassName
{
color: #80FAF2;
}
</style>
background-color css
<style>
a { background-color: #80FAF2; }
a { background-color: rgb(128,250,242); }
div.DivClassName
{
background-color: #80FAF2;
}
.BgClassName
{
background-color: #80FAF2;
}
</style>
border-color css
<style>
span { border-color: #80FAF2; }
span { border-color: rgb(128,250,242); }
td.TdClassName
{
border-color: #80FAF2;
}
.TagClassName
{
border-color: #80FAF2;
}
</style>