Shades of Electric Blue #79F0F8
Tints of Electric Blue #79F0F8
RGB
CMYK
RGB Variations
Color information
#79F0F8 (or 0x79F0F8) is known color: Electric Blue. HEX triplet: 79, F0 and F8. RGB value is (121,240,248). Sum of RGB (Red+Green+Blue) = 121+240+248=609 (80% of max value = 765). Red value is 121 (47.66% from 255 or 19.87% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #79F0F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F0F8 is #860F07. Grayscale: #CDCDCD. Windows color (decimal): -8785672 or 16314489. OLE color: 16314489.
HSL color Cylindrical-coordinate representation of color #79F0F8: hue angle of 183.78º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79F0F8 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 240 | 248 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.03 |
| HSL | 183.78º | 0.9% | 0.72% | - |
| HSV(B) | 183.78º | 0.51% | 0.97% | - |
| XYZ | 55.99 | 73.16 | 99.98 | - |
| YUV | 205.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 240 | 248 | 0.51 | 0.03 | 0 | 0.03 | 183.78 | 0.9 | 0.72 |
| Hex | 79 | F0 | F8 | 33 | 3 | 0 | 3 | B8 | 5A | 48 |
| Octal | 171 | 360 | 370 | 63 | 3 | 0 | 3 | 270 | 132 | 110 |
| Binary | 1111001 | 11110000 | 11111000 | 110011 | 11 | 0 | 11 | 10111000 | 1011010 | 1001000 |
Color Harmonies of #79F0F8
Complementary color
Monochromatic Colors of #79F0F8
Black with #79F0F8
Text Example
Text Example
White with #79F0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F0F8; }
p { color: rgb(121,240,248); }
H1.HeaderClassName
{
color: #79F0F8;
}
.AnyTagClassName
{
color: #79F0F8;
}
</style>
background-color css
<style>
a { background-color: #79F0F8; }
a { background-color: rgb(121,240,248); }
div.DivClassName
{
background-color: #79F0F8;
}
.BgClassName
{
background-color: #79F0F8;
}
</style>
border-color css
<style>
span { border-color: #79F0F8; }
span { border-color: rgb(121,240,248); }
td.TdClassName
{
border-color: #79F0F8;
}
.TagClassName
{
border-color: #79F0F8;
}
</style>