Shades of Electric Blue #80F0FC
Tints of Electric Blue #80F0FC
RGB
CMYK
RGB Variations
Color information
#80F0FC (or 0x80F0FC) is known color: Electric Blue. HEX triplet: 80, F0 and FC. RGB value is (128,240,252). Sum of RGB (Red+Green+Blue) = 128+240+252=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #80F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F0FC is #7F0F03. Grayscale: #CFCFCF. Windows color (decimal): -8326916 or 16576640. OLE color: 16576640.
HSL color Cylindrical-coordinate representation of color #80F0FC: hue angle of 185.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F0FC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 240 | 252 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.01 |
| HSL | 185.81º | 0.95% | 0.75% | - |
| HSV(B) | 185.81º | 0.49% | 0.99% | - |
| XYZ | 57.63 | 73.94 | 103.33 | - |
| YUV | 207.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 252 | 0.49 | 0.05 | 0 | 0.01 | 185.81 | 0.95 | 0.75 |
| Hex | 80 | F0 | FC | 31 | 5 | 0 | 1 | BA | 5F | 4B |
| Octal | 200 | 360 | 374 | 61 | 5 | 0 | 1 | 272 | 137 | 113 |
| Binary | 10000000 | 11110000 | 11111100 | 110001 | 101 | 0 | 1 | 10111010 | 1011111 | 1001011 |
Color Harmonies of #80F0FC
Complementary color
Monochromatic Colors of #80F0FC
Black with #80F0FC
Text Example
Text Example
White with #80F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F0FC; }
p { color: rgb(128,240,252); }
H1.HeaderClassName
{
color: #80F0FC;
}
.AnyTagClassName
{
color: #80F0FC;
}
</style>
background-color css
<style>
a { background-color: #80F0FC; }
a { background-color: rgb(128,240,252); }
div.DivClassName
{
background-color: #80F0FC;
}
.BgClassName
{
background-color: #80F0FC;
}
</style>
border-color css
<style>
span { border-color: #80F0FC; }
span { border-color: rgb(128,240,252); }
td.TdClassName
{
border-color: #80F0FC;
}
.TagClassName
{
border-color: #80F0FC;
}
</style>