Shades of Electric Blue #80EFF9
Tints of Electric Blue #80EFF9
RGB
CMYK
RGB Variations
Color information
#80EFF9 (or 0x80EFF9) is known color: Electric Blue. HEX triplet: 80, EF and F9. RGB value is (128,239,249). Sum of RGB (Red+Green+Blue) = 128+239+249=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #80EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFF9 is #7F1006. Grayscale: #CECECE. Windows color (decimal): -8327175 or 16379776. OLE color: 16379776.
HSL color Cylindrical-coordinate representation of color #80EFF9: hue angle of 184.96º degrees, saturation: 0.91, 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 #80EFF9 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 239 | 249 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.02 |
| HSL | 184.96º | 0.91% | 0.74% | - |
| HSV(B) | 184.96º | 0.49% | 0.98% | - |
| XYZ | 56.87 | 73.16 | 100.75 | - |
| YUV | 206.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 249 | 0.49 | 0.04 | 0 | 0.02 | 184.96 | 0.91 | 0.74 |
| Hex | 80 | EF | F9 | 31 | 4 | 0 | 2 | B9 | 5B | 4A |
| Octal | 200 | 357 | 371 | 61 | 4 | 0 | 2 | 271 | 133 | 112 |
| Binary | 10000000 | 11101111 | 11111001 | 110001 | 100 | 0 | 10 | 10111001 | 1011011 | 1001010 |
Color Harmonies of #80EFF9
Complementary color
Monochromatic Colors of #80EFF9
Black with #80EFF9
Text Example
Text Example
White with #80EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EFF9; }
p { color: rgb(128,239,249); }
H1.HeaderClassName
{
color: #80EFF9;
}
.AnyTagClassName
{
color: #80EFF9;
}
</style>
background-color css
<style>
a { background-color: #80EFF9; }
a { background-color: rgb(128,239,249); }
div.DivClassName
{
background-color: #80EFF9;
}
.BgClassName
{
background-color: #80EFF9;
}
</style>
border-color css
<style>
span { border-color: #80EFF9; }
span { border-color: rgb(128,239,249); }
td.TdClassName
{
border-color: #80EFF9;
}
.TagClassName
{
border-color: #80EFF9;
}
</style>