Shades of Electric Blue #80FAEE
Tints of Electric Blue #80FAEE
RGB
CMYK
RGB Variations
Color information
#80FAEE (or 0x80FAEE) is known color: Electric Blue. HEX triplet: 80, FA and EE. RGB value is (128,250,238). Sum of RGB (Red+Green+Blue) = 128+250+238=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAEE is #7F0511. Grayscale: #D4D4D4. Windows color (decimal): -8324370 or 15661696. OLE color: 15661696.
HSL color Cylindrical-coordinate representation of color #80FAEE: hue angle of 174.1º 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 #80FAEE is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 238 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.02 |
| HSL | 174.1º | 0.92% | 0.74% | - |
| HSV(B) | 174.1º | 0.49% | 0.98% | - |
| XYZ | 58.52 | 79.13 | 93.08 | - |
| YUV | 212.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 238 | 0.49 | 0 | 0.05 | 0.02 | 174.1 | 0.92 | 0.74 |
| Hex | 80 | FA | EE | 31 | 0 | 5 | 2 | AE | 5C | 4A |
| Octal | 200 | 372 | 356 | 61 | 0 | 5 | 2 | 256 | 134 | 112 |
| Binary | 10000000 | 11111010 | 11101110 | 110001 | 0 | 101 | 10 | 10101110 | 1011100 | 1001010 |
Color Harmonies of #80FAEE
Complementary color
Monochromatic Colors of #80FAEE
Black with #80FAEE
Text Example
Text Example
White with #80FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAEE; }
p { color: rgb(128,250,238); }
H1.HeaderClassName
{
color: #80FAEE;
}
.AnyTagClassName
{
color: #80FAEE;
}
</style>
background-color css
<style>
a { background-color: #80FAEE; }
a { background-color: rgb(128,250,238); }
div.DivClassName
{
background-color: #80FAEE;
}
.BgClassName
{
background-color: #80FAEE;
}
</style>
border-color css
<style>
span { border-color: #80FAEE; }
span { border-color: rgb(128,250,238); }
td.TdClassName
{
border-color: #80FAEE;
}
.TagClassName
{
border-color: #80FAEE;
}
</style>