Shades of Electric Blue #79F0FF
Tints of Electric Blue #79F0FF
RGB
CMYK
RGB Variations
Color information
#79F0FF (or 0x79F0FF) is known color: Electric Blue. HEX triplet: 79, F0 and FF. RGB value is (121,240,255). Sum of RGB (Red+Green+Blue) = 121+240+255=616 (81% of max value = 765). Red value is 121 (47.66% from 255 or 19.64% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #79F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #79F0FF is #860F00. Grayscale: #CDCDCD. Windows color (decimal): -8785665 or 16773241. OLE color: 16773241.
HSL color Cylindrical-coordinate representation of color #79F0FF: hue angle of 186.72º 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 #79F0FF is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 240 | 255 | - |
| CMYK | 0.53 | 0.06 | 0 | 0 |
| HSL | 186.72º | 1% | 0.74% | - |
| HSV(B) | 186.72º | 0.53% | 1% | - |
| XYZ | 57.1 | 73.61 | 105.81 | - |
| YUV | 206.13 | 155.58 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 240 | 255 | 0.53 | 0.06 | 0 | 0 | 186.72 | 1 | 0.74 |
| Hex | 79 | F0 | FF | 35 | 6 | 0 | 0 | BB | 64 | 4A |
| Octal | 171 | 360 | 377 | 65 | 6 | 0 | 0 | 273 | 144 | 112 |
| Binary | 1111001 | 11110000 | 11111111 | 110101 | 110 | 0 | 0 | 10111011 | 1100100 | 1001010 |
Color Harmonies of #79F0FF
Complementary color
Monochromatic Colors of #79F0FF
Black with #79F0FF
Text Example
Text Example
White with #79F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F0FF; }
p { color: rgb(121,240,255); }
H1.HeaderClassName
{
color: #79F0FF;
}
.AnyTagClassName
{
color: #79F0FF;
}
</style>
background-color css
<style>
a { background-color: #79F0FF; }
a { background-color: rgb(121,240,255); }
div.DivClassName
{
background-color: #79F0FF;
}
.BgClassName
{
background-color: #79F0FF;
}
</style>
border-color css
<style>
span { border-color: #79F0FF; }
span { border-color: rgb(121,240,255); }
td.TdClassName
{
border-color: #79F0FF;
}
.TagClassName
{
border-color: #79F0FF;
}
</style>