Shades of Electric Blue #80FBF6
Tints of Electric Blue #80FBF6
RGB
CMYK
RGB Variations
Color information
#80FBF6 (or 0x80FBF6) is known color: Electric Blue. HEX triplet: 80, FB and F6. RGB value is (128,251,246). Sum of RGB (Red+Green+Blue) = 128+251+246=625 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.48% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBF6 is #7F0409. Grayscale: #D5D5D5. Windows color (decimal): -8324106 or 16186240. OLE color: 16186240.
HSL color Cylindrical-coordinate representation of color #80FBF6: hue angle of 177.56º degrees, saturation: 0.94, 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 #80FBF6 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 251 | 246 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.02 |
| HSL | 177.56º | 0.94% | 0.74% | - |
| HSV(B) | 177.56º | 0.49% | 0.98% | - |
| XYZ | 60.03 | 80.24 | 99.51 | - |
| YUV | 213.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 251 | 246 | 0.49 | 0 | 0.02 | 0.02 | 177.56 | 0.94 | 0.74 |
| Hex | 80 | FB | F6 | 31 | 0 | 2 | 2 | B2 | 5E | 4A |
| Octal | 200 | 373 | 366 | 61 | 0 | 2 | 2 | 262 | 136 | 112 |
| Binary | 10000000 | 11111011 | 11110110 | 110001 | 0 | 10 | 10 | 10110010 | 1011110 | 1001010 |
Color Harmonies of #80FBF6
Complementary color
Monochromatic Colors of #80FBF6
Black with #80FBF6
Text Example
Text Example
White with #80FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FBF6; }
p { color: rgb(128,251,246); }
H1.HeaderClassName
{
color: #80FBF6;
}
.AnyTagClassName
{
color: #80FBF6;
}
</style>
background-color css
<style>
a { background-color: #80FBF6; }
a { background-color: rgb(128,251,246); }
div.DivClassName
{
background-color: #80FBF6;
}
.BgClassName
{
background-color: #80FBF6;
}
</style>
border-color css
<style>
span { border-color: #80FBF6; }
span { border-color: rgb(128,251,246); }
td.TdClassName
{
border-color: #80FBF6;
}
.TagClassName
{
border-color: #80FBF6;
}
</style>