Shades of Electric Blue #80EAFF
Tints of Electric Blue #80EAFF
RGB
CMYK
RGB Variations
Color information
#80EAFF (or 0x80EAFF) is known color: Electric Blue. HEX triplet: 80, EA and FF. RGB value is (128,234,255). Sum of RGB (Red+Green+Blue) = 128+234+255=617 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.75% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAFF is #7F1500. Grayscale: #CCCCCC. Windows color (decimal): -8328449 or 16771712. OLE color: 16771712.
HSL color Cylindrical-coordinate representation of color #80EAFF: hue angle of 189.92º 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 #80EAFF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 234 | 255 | - |
| CMYK | 0.50 | 0.08 | 0 | 0 |
| HSL | 189.92º | 1% | 0.75% | - |
| HSV(B) | 189.92º | 0.5% | 1% | - |
| XYZ | 56.37 | 70.65 | 105.27 | - |
| YUV | 204.7 | 156.38 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 255 | 0.50 | 0.08 | 0 | 0 | 189.92 | 1 | 0.75 |
| Hex | 80 | EA | FF | 32 | 8 | 0 | 0 | BE | 64 | 4B |
| Octal | 200 | 352 | 377 | 62 | 10 | 0 | 0 | 276 | 144 | 113 |
| Binary | 10000000 | 11101010 | 11111111 | 110010 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001011 |
Color Harmonies of #80EAFF
Complementary color
Monochromatic Colors of #80EAFF
Black with #80EAFF
Text Example
Text Example
White with #80EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAFF; }
p { color: rgb(128,234,255); }
H1.HeaderClassName
{
color: #80EAFF;
}
.AnyTagClassName
{
color: #80EAFF;
}
</style>
background-color css
<style>
a { background-color: #80EAFF; }
a { background-color: rgb(128,234,255); }
div.DivClassName
{
background-color: #80EAFF;
}
.BgClassName
{
background-color: #80EAFF;
}
</style>
border-color css
<style>
span { border-color: #80EAFF; }
span { border-color: rgb(128,234,255); }
td.TdClassName
{
border-color: #80EAFF;
}
.TagClassName
{
border-color: #80EAFF;
}
</style>