Shades of Electric Blue #79E2FF
Tints of Electric Blue #79E2FF
RGB
CMYK
RGB Variations
Color information
#79E2FF (or 0x79E2FF) is known color: Electric Blue. HEX triplet: 79, E2 and FF. RGB value is (121,226,255). Sum of RGB (Red+Green+Blue) = 121+226+255=602 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.10% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #79E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79E2FF is #861D00. Grayscale: #C5C5C5. Windows color (decimal): -8789249 or 16769657. OLE color: 16769657.
HSL color Cylindrical-coordinate representation of color #79E2FF: hue angle of 192.99º 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 #79E2FF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 226 | 255 | - |
| CMYK | 0.53 | 0.11 | 0 | 0 |
| HSL | 192.99º | 1% | 0.74% | - |
| HSV(B) | 192.99º | 0.53% | 1% | - |
| XYZ | 53.13 | 65.68 | 104.48 | - |
| YUV | 197.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 226 | 255 | 0.53 | 0.11 | 0 | 0 | 192.99 | 1 | 0.74 |
| Hex | 79 | E2 | FF | 35 | B | 0 | 0 | C1 | 64 | 4A |
| Octal | 171 | 342 | 377 | 65 | 13 | 0 | 0 | 301 | 144 | 112 |
| Binary | 1111001 | 11100010 | 11111111 | 110101 | 1011 | 0 | 0 | 11000001 | 1100100 | 1001010 |
Color Harmonies of #79E2FF
Complementary color
Monochromatic Colors of #79E2FF
Black with #79E2FF
Text Example
Text Example
White with #79E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E2FF; }
p { color: rgb(121,226,255); }
H1.HeaderClassName
{
color: #79E2FF;
}
.AnyTagClassName
{
color: #79E2FF;
}
</style>
background-color css
<style>
a { background-color: #79E2FF; }
a { background-color: rgb(121,226,255); }
div.DivClassName
{
background-color: #79E2FF;
}
.BgClassName
{
background-color: #79E2FF;
}
</style>
border-color css
<style>
span { border-color: #79E2FF; }
span { border-color: rgb(121,226,255); }
td.TdClassName
{
border-color: #79E2FF;
}
.TagClassName
{
border-color: #79E2FF;
}
</style>