Shades of Electric Blue #79EEF6
Tints of Electric Blue #79EEF6
RGB
CMYK
RGB Variations
Color information
#79EEF6 (or 0x79EEF6) is known color: Electric Blue. HEX triplet: 79, EE and F6. RGB value is (121,238,246). Sum of RGB (Red+Green+Blue) = 121+238+246=605 (80% of max value = 765). Red value is 121 (47.66% from 255 or 20% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #79EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EEF6 is #861109. Grayscale: #CBCBCB. Windows color (decimal): -8786186 or 16182905. OLE color: 16182905.
HSL color Cylindrical-coordinate representation of color #79EEF6: hue angle of 183.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79EEF6 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 121 | 238 | 246 | - |
CMYK | 0.51 | 0.03 | 0 | 0.04 |
HSL | 183.84º | 0.87% | 0.72% | - |
HSV(B) | 183.84º | 0.51% | 0.96% | - |
XYZ | 55.09 | 71.87 | 98.16 | - |
YUV | 203.93 | 151.74 | 68.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 121 | 238 | 246 | 0.51 | 0.03 | 0 | 0.04 | 183.84 | 0.87 | 0.72 |
Hex | 79 | EE | F6 | 33 | 3 | 0 | 4 | B8 | 57 | 48 |
Octal | 171 | 356 | 366 | 63 | 3 | 0 | 4 | 270 | 127 | 110 |
Binary | 1111001 | 11101110 | 11110110 | 110011 | 11 | 0 | 100 | 10111000 | 1010111 | 1001000 |
Color Harmonies of #79EEF6
Complementary color
Monochromatic Colors of #79EEF6
Black with #79EEF6
Text Example
Text Example
White with #79EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EEF6; }
p { color: rgb(121,238,246); }
H1.HeaderClassName
{
color: #79EEF6;
}
.AnyTagClassName
{
color: #79EEF6;
}
</style>
background-color css
<style>
a { background-color: #79EEF6; }
a { background-color: rgb(121,238,246); }
div.DivClassName
{
background-color: #79EEF6;
}
.BgClassName
{
background-color: #79EEF6;
}
</style>
border-color css
<style>
span { border-color: #79EEF6; }
span { border-color: rgb(121,238,246); }
td.TdClassName
{
border-color: #79EEF6;
}
.TagClassName
{
border-color: #79EEF6;
}
</style>