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