Shades of Spray #79C6D5
Tints of Spray #79C6D5
RGB
CMYK
RGB Variations
Color information
#79C6D5 (or 0x79C6D5) is known color: Spray. HEX triplet: 79, C6 and D5. RGB value is (121,198,213). Sum of RGB (Red+Green+Blue) = 121+198+213=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #79C6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C6D5 is #86392A. Grayscale: #B0B0B0. Windows color (decimal): -8796459 or 14009977. OLE color: 14009977.
HSL color Cylindrical-coordinate representation of color #79C6D5: hue angle of 189.78º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79C6D5 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 198 | 213 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.16 |
| HSL | 189.78º | 0.52% | 0.65% | - |
| HSV(B) | 189.78º | 0.43% | 0.84% | - |
| XYZ | 40.09 | 49.26 | 70.35 | - |
| YUV | 176.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 213 | 0.43 | 0.07 | 0 | 0.16 | 189.78 | 0.52 | 0.65 |
| Hex | 79 | C6 | D5 | 2B | 7 | 0 | 10 | BE | 34 | 41 |
| Octal | 171 | 306 | 325 | 53 | 7 | 0 | 20 | 276 | 64 | 101 |
| Binary | 1111001 | 11000110 | 11010101 | 101011 | 111 | 0 | 10000 | 10111110 | 110100 | 1000001 |
Color Harmonies of #79C6D5
Complementary color
Monochromatic Colors of #79C6D5
Black with #79C6D5
Text Example
Text Example
White with #79C6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C6D5; }
p { color: rgb(121,198,213); }
H1.HeaderClassName
{
color: #79C6D5;
}
.AnyTagClassName
{
color: #79C6D5;
}
</style>
background-color css
<style>
a { background-color: #79C6D5; }
a { background-color: rgb(121,198,213); }
div.DivClassName
{
background-color: #79C6D5;
}
.BgClassName
{
background-color: #79C6D5;
}
</style>
border-color css
<style>
span { border-color: #79C6D5; }
span { border-color: rgb(121,198,213); }
td.TdClassName
{
border-color: #79C6D5;
}
.TagClassName
{
border-color: #79C6D5;
}
</style>