Shades of Electric Blue #80FFFF
Tints of Electric Blue #80FFFF
RGB
CMYK
RGB Variations
Color information
#80FFFF (or 0x80FFFF) is known color: Electric Blue. HEX triplet: 80, FF and FF. RGB value is (128,255,255). Sum of RGB (Red+Green+Blue) = 128+255+255=638 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.06% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #80FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFF is #7F0000. Grayscale: #D8D8D8. Windows color (decimal): -8323073 or 16777088. OLE color: 16777088.
HSL color Cylindrical-coordinate representation of color #80FFFF: hue angle of 180º 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 #80FFFF is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 128 | 255 | 255 | - |
CMYK | 0.50 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.75% | - |
HSV(B) | 180º | 0.5% | 1% | - |
XYZ | 62.71 | 83.33 | 107.39 | - |
YUV | 217.03 | 149.42 | 64.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 255 | 255 | 0.50 | 0 | 0 | 0 | 180 | 1 | 0.75 |
Hex | 80 | FF | FF | 32 | 0 | 0 | 0 | B4 | 64 | 4B |
Octal | 200 | 377 | 377 | 62 | 0 | 0 | 0 | 264 | 144 | 113 |
Binary | 10000000 | 11111111 | 11111111 | 110010 | 0 | 0 | 0 | 10110100 | 1100100 | 1001011 |
Color Harmonies of #80FFFF
Complementary color
Monochromatic Colors of #80FFFF
Black with #80FFFF
Text Example
Text Example
White with #80FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FFFF; }
p { color: rgb(128,255,255); }
H1.HeaderClassName
{
color: #80FFFF;
}
.AnyTagClassName
{
color: #80FFFF;
}
</style>
background-color css
<style>
a { background-color: #80FFFF; }
a { background-color: rgb(128,255,255); }
div.DivClassName
{
background-color: #80FFFF;
}
.BgClassName
{
background-color: #80FFFF;
}
</style>
border-color css
<style>
span { border-color: #80FFFF; }
span { border-color: rgb(128,255,255); }
td.TdClassName
{
border-color: #80FFFF;
}
.TagClassName
{
border-color: #80FFFF;
}
</style>