Shades of Electric Blue #80FAFD
Tints of Electric Blue #80FAFD
RGB
CMYK
RGB Variations
Color information
#80FAFD (or 0x80FAFD) is known color: Electric Blue. HEX triplet: 80, FA and FD. RGB value is (128,250,253). Sum of RGB (Red+Green+Blue) = 128+250+253=631 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.29% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #80FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FAFD is #7F0502. Grayscale: #D5D5D5. Windows color (decimal): -8324355 or 16644736. OLE color: 16644736.
HSL color Cylindrical-coordinate representation of color #80FAFD: hue angle of 181.44º degrees, saturation: 0.97, 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 #80FAFD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 250 | 253 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.01 |
| HSL | 181.44º | 0.97% | 0.75% | - |
| HSV(B) | 181.44º | 0.49% | 0.99% | - |
| XYZ | 60.82 | 80.05 | 105.17 | - |
| YUV | 213.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 253 | 0.49 | 0.01 | 0 | 0.01 | 181.44 | 0.97 | 0.75 |
| Hex | 80 | FA | FD | 31 | 1 | 0 | 1 | B5 | 61 | 4B |
| Octal | 200 | 372 | 375 | 61 | 1 | 0 | 1 | 265 | 141 | 113 |
| Binary | 10000000 | 11111010 | 11111101 | 110001 | 1 | 0 | 1 | 10110101 | 1100001 | 1001011 |
Color Harmonies of #80FAFD
Complementary color
Monochromatic Colors of #80FAFD
Black with #80FAFD
Text Example
Text Example
White with #80FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAFD; }
p { color: rgb(128,250,253); }
H1.HeaderClassName
{
color: #80FAFD;
}
.AnyTagClassName
{
color: #80FAFD;
}
</style>
background-color css
<style>
a { background-color: #80FAFD; }
a { background-color: rgb(128,250,253); }
div.DivClassName
{
background-color: #80FAFD;
}
.BgClassName
{
background-color: #80FAFD;
}
</style>
border-color css
<style>
span { border-color: #80FAFD; }
span { border-color: rgb(128,250,253); }
td.TdClassName
{
border-color: #80FAFD;
}
.TagClassName
{
border-color: #80FAFD;
}
</style>