Shades of Electric Blue #80F6FF
Tints of Electric Blue #80F6FF
RGB
CMYK
RGB Variations
Color information
#80F6FF (or 0x80F6FF) is known color: Electric Blue. HEX triplet: 80, F6 and FF. RGB value is (128,246,255). Sum of RGB (Red+Green+Blue) = 128+246+255=629 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.35% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #80F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F6FF is #7F0900. Grayscale: #D3D3D3. Windows color (decimal): -8325377 or 16774784. OLE color: 16774784.
HSL color Cylindrical-coordinate representation of color #80F6FF: hue angle of 184.25º 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 #80F6FF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 246 | 255 | - |
| CMYK | 0.50 | 0.04 | 0 | 0 |
| HSL | 184.25º | 1% | 0.75% | - |
| HSV(B) | 184.25º | 0.5% | 1% | - |
| XYZ | 59.91 | 77.72 | 106.45 | - |
| YUV | 211.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 255 | 0.50 | 0.04 | 0 | 0 | 184.25 | 1 | 0.75 |
| Hex | 80 | F6 | FF | 32 | 4 | 0 | 0 | B8 | 64 | 4B |
| Octal | 200 | 366 | 377 | 62 | 4 | 0 | 0 | 270 | 144 | 113 |
| Binary | 10000000 | 11110110 | 11111111 | 110010 | 100 | 0 | 0 | 10111000 | 1100100 | 1001011 |
Color Harmonies of #80F6FF
Complementary color
Monochromatic Colors of #80F6FF
Black with #80F6FF
Text Example
Text Example
White with #80F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F6FF; }
p { color: rgb(128,246,255); }
H1.HeaderClassName
{
color: #80F6FF;
}
.AnyTagClassName
{
color: #80F6FF;
}
</style>
background-color css
<style>
a { background-color: #80F6FF; }
a { background-color: rgb(128,246,255); }
div.DivClassName
{
background-color: #80F6FF;
}
.BgClassName
{
background-color: #80F6FF;
}
</style>
border-color css
<style>
span { border-color: #80F6FF; }
span { border-color: rgb(128,246,255); }
td.TdClassName
{
border-color: #80F6FF;
}
.TagClassName
{
border-color: #80F6FF;
}
</style>