Shades of Electric Blue #79FFFD
Tints of Electric Blue #79FFFD
RGB
CMYK
RGB Variations
Color information
#79FFFD (or 0x79FFFD) is known color: Electric Blue. HEX triplet: 79, FF and FD. RGB value is (121,255,253). Sum of RGB (Red+Green+Blue) = 121+255+253=629 (83% of max value = 765). Red value is 121 (47.66% from 255 or 19.24% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #79FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79FFFD is #860002. Grayscale: #D6D6D6. Windows color (decimal): -8781827 or 16646009. OLE color: 16646009.
HSL color Cylindrical-coordinate representation of color #79FFFD: hue angle of 179.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79FFFD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 255 | 253 | - |
| CMYK | 0.53 | 0 | 0.01 | 0 |
| HSL | 179.1º | 1% | 0.74% | - |
| HSV(B) | 179.1º | 0.53% | 1% | - |
| XYZ | 61.37 | 82.68 | 105.65 | - |
| YUV | 214.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 255 | 253 | 0.53 | 0 | 0.01 | 0 | 179.1 | 1 | 0.74 |
| Hex | 79 | FF | FD | 35 | 0 | 1 | 0 | B3 | 64 | 4A |
| Octal | 171 | 377 | 375 | 65 | 0 | 1 | 0 | 263 | 144 | 112 |
| Binary | 1111001 | 11111111 | 11111101 | 110101 | 0 | 1 | 0 | 10110011 | 1100100 | 1001010 |
Color Harmonies of #79FFFD
Complementary color
Monochromatic Colors of #79FFFD
Black with #79FFFD
Text Example
Text Example
White with #79FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79FFFD; }
p { color: rgb(121,255,253); }
H1.HeaderClassName
{
color: #79FFFD;
}
.AnyTagClassName
{
color: #79FFFD;
}
</style>
background-color css
<style>
a { background-color: #79FFFD; }
a { background-color: rgb(121,255,253); }
div.DivClassName
{
background-color: #79FFFD;
}
.BgClassName
{
background-color: #79FFFD;
}
</style>
border-color css
<style>
span { border-color: #79FFFD; }
span { border-color: rgb(121,255,253); }
td.TdClassName
{
border-color: #79FFFD;
}
.TagClassName
{
border-color: #79FFFD;
}
</style>