Shades of Electric Blue #80EFFB
Tints of Electric Blue #80EFFB
RGB
CMYK
RGB Variations
Color information
#80EFFB (or 0x80EFFB) is known color: Electric Blue. HEX triplet: 80, EF and FB. RGB value is (128,239,251). Sum of RGB (Red+Green+Blue) = 128+239+251=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #80EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFB is #7F1004. Grayscale: #CFCFCF. Windows color (decimal): -8327173 or 16510848. OLE color: 16510848.
HSL color Cylindrical-coordinate representation of color #80EFFB: hue angle of 185.85º degrees, saturation: 0.94, 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 #80EFFB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 239 | 251 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.02 |
| HSL | 185.85º | 0.94% | 0.74% | - |
| HSV(B) | 185.85º | 0.49% | 0.98% | - |
| XYZ | 57.18 | 73.29 | 102.4 | - |
| YUV | 207.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 251 | 0.49 | 0.05 | 0 | 0.02 | 185.85 | 0.94 | 0.74 |
| Hex | 80 | EF | FB | 31 | 5 | 0 | 2 | BA | 5E | 4A |
| Octal | 200 | 357 | 373 | 61 | 5 | 0 | 2 | 272 | 136 | 112 |
| Binary | 10000000 | 11101111 | 11111011 | 110001 | 101 | 0 | 10 | 10111010 | 1011110 | 1001010 |
Color Harmonies of #80EFFB
Complementary color
Monochromatic Colors of #80EFFB
Black with #80EFFB
Text Example
Text Example
White with #80EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFFB; }
p { color: rgb(128,239,251); }
H1.HeaderClassName
{
color: #80EFFB;
}
.AnyTagClassName
{
color: #80EFFB;
}
</style>
background-color css
<style>
a { background-color: #80EFFB; }
a { background-color: rgb(128,239,251); }
div.DivClassName
{
background-color: #80EFFB;
}
.BgClassName
{
background-color: #80EFFB;
}
</style>
border-color css
<style>
span { border-color: #80EFFB; }
span { border-color: rgb(128,239,251); }
td.TdClassName
{
border-color: #80EFFB;
}
.TagClassName
{
border-color: #80EFFB;
}
</style>