Shades of Spray #79C7DC
Tints of Spray #79C7DC
RGB
CMYK
RGB Variations
Color information
#79C7DC (or 0x79C7DC) is known color: Spray. HEX triplet: 79, C7 and DC. RGB value is (121,199,220). Sum of RGB (Red+Green+Blue) = 121+199+220=540 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.41% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #79C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C7DC is #863823. Grayscale: #B1B1B1. Windows color (decimal): -8796196 or 14468985. OLE color: 14468985.
HSL color Cylindrical-coordinate representation of color #79C7DC: hue angle of 192.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C7DC is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 199 | 220 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.14 |
| HSL | 192.73º | 0.59% | 0.67% | - |
| HSV(B) | 192.73º | 0.45% | 0.86% | - |
| XYZ | 41.23 | 50.08 | 75.2 | - |
| YUV | 178.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 199 | 220 | 0.45 | 0.10 | 0 | 0.14 | 192.73 | 0.59 | 0.67 |
| Hex | 79 | C7 | DC | 2D | A | 0 | E | C1 | 3B | 43 |
| Octal | 171 | 307 | 334 | 55 | 12 | 0 | 16 | 301 | 73 | 103 |
| Binary | 1111001 | 11000111 | 11011100 | 101101 | 1010 | 0 | 1110 | 11000001 | 111011 | 1000011 |
Color Harmonies of #79C7DC
Complementary color
Monochromatic Colors of #79C7DC
Black with #79C7DC
Text Example
Text Example
White with #79C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C7DC; }
p { color: rgb(121,199,220); }
H1.HeaderClassName
{
color: #79C7DC;
}
.AnyTagClassName
{
color: #79C7DC;
}
</style>
background-color css
<style>
a { background-color: #79C7DC; }
a { background-color: rgb(121,199,220); }
div.DivClassName
{
background-color: #79C7DC;
}
.BgClassName
{
background-color: #79C7DC;
}
</style>
border-color css
<style>
span { border-color: #79C7DC; }
span { border-color: rgb(121,199,220); }
td.TdClassName
{
border-color: #79C7DC;
}
.TagClassName
{
border-color: #79C7DC;
}
</style>