Shades of Spray #79D4E0
Tints of Spray #79D4E0
RGB
CMYK
RGB Variations
Color information
#79D4E0 (or 0x79D4E0) is known color: Spray. HEX triplet: 79, D4 and E0. RGB value is (121,212,224). Sum of RGB (Red+Green+Blue) = 121+212+224=557 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.72% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #79D4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D4E0 is #862B1F. Grayscale: #BABABA. Windows color (decimal): -8792864 or 14734457. OLE color: 14734457.
HSL color Cylindrical-coordinate representation of color #79D4E0: hue angle of 186.99º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79D4E0 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 212 | 224 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.12 |
| HSL | 186.99º | 0.62% | 0.68% | - |
| HSV(B) | 186.99º | 0.46% | 0.88% | - |
| XYZ | 44.88 | 56.53 | 79.07 | - |
| YUV | 186.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 212 | 224 | 0.46 | 0.05 | 0 | 0.12 | 186.99 | 0.62 | 0.68 |
| Hex | 79 | D4 | E0 | 2E | 5 | 0 | C | BB | 3E | 44 |
| Octal | 171 | 324 | 340 | 56 | 5 | 0 | 14 | 273 | 76 | 104 |
| Binary | 1111001 | 11010100 | 11100000 | 101110 | 101 | 0 | 1100 | 10111011 | 111110 | 1000100 |
Color Harmonies of #79D4E0
Complementary color
Monochromatic Colors of #79D4E0
Black with #79D4E0
Text Example
Text Example
White with #79D4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D4E0; }
p { color: rgb(121,212,224); }
H1.HeaderClassName
{
color: #79D4E0;
}
.AnyTagClassName
{
color: #79D4E0;
}
</style>
background-color css
<style>
a { background-color: #79D4E0; }
a { background-color: rgb(121,212,224); }
div.DivClassName
{
background-color: #79D4E0;
}
.BgClassName
{
background-color: #79D4E0;
}
</style>
border-color css
<style>
span { border-color: #79D4E0; }
span { border-color: rgb(121,212,224); }
td.TdClassName
{
border-color: #79D4E0;
}
.TagClassName
{
border-color: #79D4E0;
}
</style>