Shades of Electric Blue #79EFF2
Tints of Electric Blue #79EFF2
RGB
CMYK
RGB Variations
Color information
#79EFF2 (or 0x79EFF2) is known color: Electric Blue. HEX triplet: 79, EF and F2. RGB value is (121,239,242). Sum of RGB (Red+Green+Blue) = 121+239+242=602 (79% of max value = 765). Red value is 121 (47.66% from 255 or 20.10% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #79EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79EFF2 is #86100D. Grayscale: #CBCBCB. Windows color (decimal): -8785934 or 15921017. OLE color: 15921017.
HSL color Cylindrical-coordinate representation of color #79EFF2: hue angle of 181.49º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79EFF2 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 239 | 242 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.05 |
| HSL | 181.49º | 0.82% | 0.71% | - |
| HSV(B) | 181.49º | 0.5% | 0.95% | - |
| XYZ | 54.78 | 72.21 | 95.05 | - |
| YUV | 204.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 239 | 242 | 0.50 | 0.01 | 0 | 0.05 | 181.49 | 0.82 | 0.71 |
| Hex | 79 | EF | F2 | 32 | 1 | 0 | 5 | B5 | 52 | 47 |
| Octal | 171 | 357 | 362 | 62 | 1 | 0 | 5 | 265 | 122 | 107 |
| Binary | 1111001 | 11101111 | 11110010 | 110010 | 1 | 0 | 101 | 10110101 | 1010010 | 1000111 |
Color Harmonies of #79EFF2
Complementary color
Monochromatic Colors of #79EFF2
Black with #79EFF2
Text Example
Text Example
White with #79EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79EFF2; }
p { color: rgb(121,239,242); }
H1.HeaderClassName
{
color: #79EFF2;
}
.AnyTagClassName
{
color: #79EFF2;
}
</style>
background-color css
<style>
a { background-color: #79EFF2; }
a { background-color: rgb(121,239,242); }
div.DivClassName
{
background-color: #79EFF2;
}
.BgClassName
{
background-color: #79EFF2;
}
</style>
border-color css
<style>
span { border-color: #79EFF2; }
span { border-color: rgb(121,239,242); }
td.TdClassName
{
border-color: #79EFF2;
}
.TagClassName
{
border-color: #79EFF2;
}
</style>