Shades of Electric Blue #80F1FF
Tints of Electric Blue #80F1FF
RGB
CMYK
RGB Variations
Color information
#80F1FF (or 0x80F1FF) is known color: Electric Blue. HEX triplet: 80, F1 and FF. RGB value is (128,241,255). Sum of RGB (Red+Green+Blue) = 128+241+255=624 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.51% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F1FF is #7F0E00. Grayscale: #D0D0D0. Windows color (decimal): -8326657 or 16773504. OLE color: 16773504.
HSL color Cylindrical-coordinate representation of color #80F1FF: hue angle of 186.61º 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 #80F1FF is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 241 | 255 | - |
| CMYK | 0.50 | 0.05 | 0 | 0 |
| HSL | 186.61º | 1% | 0.75% | - |
| HSV(B) | 186.61º | 0.5% | 1% | - |
| XYZ | 58.41 | 74.72 | 105.95 | - |
| YUV | 208.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 255 | 0.50 | 0.05 | 0 | 0 | 186.61 | 1 | 0.75 |
| Hex | 80 | F1 | FF | 32 | 5 | 0 | 0 | BB | 64 | 4B |
| Octal | 200 | 361 | 377 | 62 | 5 | 0 | 0 | 273 | 144 | 113 |
| Binary | 10000000 | 11110001 | 11111111 | 110010 | 101 | 0 | 0 | 10111011 | 1100100 | 1001011 |
Color Harmonies of #80F1FF
Complementary color
Monochromatic Colors of #80F1FF
Black with #80F1FF
Text Example
Text Example
White with #80F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F1FF; }
p { color: rgb(128,241,255); }
H1.HeaderClassName
{
color: #80F1FF;
}
.AnyTagClassName
{
color: #80F1FF;
}
</style>
background-color css
<style>
a { background-color: #80F1FF; }
a { background-color: rgb(128,241,255); }
div.DivClassName
{
background-color: #80F1FF;
}
.BgClassName
{
background-color: #80F1FF;
}
</style>
border-color css
<style>
span { border-color: #80F1FF; }
span { border-color: rgb(128,241,255); }
td.TdClassName
{
border-color: #80F1FF;
}
.TagClassName
{
border-color: #80F1FF;
}
</style>