Shades of Electric Blue #80F1FE
Tints of Electric Blue #80F1FE
RGB
CMYK
RGB Variations
Color information
#80F1FE (or 0x80F1FE) is known color: Electric Blue. HEX triplet: 80, F1 and FE. RGB value is (128,241,254). Sum of RGB (Red+Green+Blue) = 128+241+254=623 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.55% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #80F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F1FE is #7F0E01. Grayscale: #D0D0D0. Windows color (decimal): -8326658 or 16707968. OLE color: 16707968.
HSL color Cylindrical-coordinate representation of color #80F1FE: hue angle of 186.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F1FE is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 241 | 254 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.00 |
| HSL | 186.19º | 0.98% | 0.75% | - |
| HSV(B) | 186.19º | 0.5% | 1% | - |
| XYZ | 58.25 | 74.66 | 105.11 | - |
| YUV | 208.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 254 | 0.50 | 0.05 | 0 | 0.00 | 186.19 | 0.98 | 0.75 |
| Hex | 80 | F1 | FE | 32 | 5 | 0 | 0 | BA | 62 | 4B |
| Octal | 200 | 361 | 376 | 62 | 5 | 0 | 0 | 272 | 142 | 113 |
| Binary | 10000000 | 11110001 | 11111110 | 110010 | 101 | 0 | 0 | 10111010 | 1100010 | 1001011 |
Color Harmonies of #80F1FE
Complementary color
Monochromatic Colors of #80F1FE
Black with #80F1FE
Text Example
Text Example
White with #80F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1FE; }
p { color: rgb(128,241,254); }
H1.HeaderClassName
{
color: #80F1FE;
}
.AnyTagClassName
{
color: #80F1FE;
}
</style>
background-color css
<style>
a { background-color: #80F1FE; }
a { background-color: rgb(128,241,254); }
div.DivClassName
{
background-color: #80F1FE;
}
.BgClassName
{
background-color: #80F1FE;
}
</style>
border-color css
<style>
span { border-color: #80F1FE; }
span { border-color: rgb(128,241,254); }
td.TdClassName
{
border-color: #80F1FE;
}
.TagClassName
{
border-color: #80F1FE;
}
</style>