Shades of Electric Blue #80EAFA
Tints of Electric Blue #80EAFA
RGB
CMYK
RGB Variations
Color information
#80EAFA (or 0x80EAFA) is known color: Electric Blue. HEX triplet: 80, EA and FA. RGB value is (128,234,250). Sum of RGB (Red+Green+Blue) = 128+234+250=612 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.92% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #80EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAFA is #7F1505. Grayscale: #CBCBCB. Windows color (decimal): -8328454 or 16444032. OLE color: 16444032.
HSL color Cylindrical-coordinate representation of color #80EAFA: hue angle of 187.87º 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 #80EAFA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 234 | 250 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.02 |
| HSL | 187.87º | 0.92% | 0.74% | - |
| HSV(B) | 187.87º | 0.49% | 0.98% | - |
| XYZ | 55.58 | 70.34 | 101.09 | - |
| YUV | 204.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 250 | 0.49 | 0.06 | 0 | 0.02 | 187.87 | 0.92 | 0.74 |
| Hex | 80 | EA | FA | 31 | 6 | 0 | 2 | BC | 5C | 4A |
| Octal | 200 | 352 | 372 | 61 | 6 | 0 | 2 | 274 | 134 | 112 |
| Binary | 10000000 | 11101010 | 11111010 | 110001 | 110 | 0 | 10 | 10111100 | 1011100 | 1001010 |
Color Harmonies of #80EAFA
Complementary color
Monochromatic Colors of #80EAFA
Black with #80EAFA
Text Example
Text Example
White with #80EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAFA; }
p { color: rgb(128,234,250); }
H1.HeaderClassName
{
color: #80EAFA;
}
.AnyTagClassName
{
color: #80EAFA;
}
</style>
background-color css
<style>
a { background-color: #80EAFA; }
a { background-color: rgb(128,234,250); }
div.DivClassName
{
background-color: #80EAFA;
}
.BgClassName
{
background-color: #80EAFA;
}
</style>
border-color css
<style>
span { border-color: #80EAFA; }
span { border-color: rgb(128,234,250); }
td.TdClassName
{
border-color: #80EAFA;
}
.TagClassName
{
border-color: #80EAFA;
}
</style>