Shades of Spray #79C8DC
Tints of Spray #79C8DC
RGB
CMYK
RGB Variations
Color information
#79C8DC (or 0x79C8DC) is known color: Spray. HEX triplet: 79, C8 and DC. RGB value is (121,200,220). Sum of RGB (Red+Green+Blue) = 121+200+220=541 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.37% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #79C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C8DC is #863723. Grayscale: #B2B2B2. Windows color (decimal): -8795940 or 14469241. OLE color: 14469241.
HSL color Cylindrical-coordinate representation of color #79C8DC: hue angle of 192.12º 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 #79C8DC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 200 | 220 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.14 |
| HSL | 192.12º | 0.59% | 0.67% | - |
| HSV(B) | 192.12º | 0.45% | 0.86% | - |
| XYZ | 41.46 | 50.54 | 75.28 | - |
| YUV | 178.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 200 | 220 | 0.45 | 0.09 | 0 | 0.14 | 192.12 | 0.59 | 0.67 |
| Hex | 79 | C8 | DC | 2D | 9 | 0 | E | C0 | 3B | 43 |
| Octal | 171 | 310 | 334 | 55 | 11 | 0 | 16 | 300 | 73 | 103 |
| Binary | 1111001 | 11001000 | 11011100 | 101101 | 1001 | 0 | 1110 | 11000000 | 111011 | 1000011 |
Color Harmonies of #79C8DC
Complementary color
Monochromatic Colors of #79C8DC
Black with #79C8DC
Text Example
Text Example
White with #79C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C8DC; }
p { color: rgb(121,200,220); }
H1.HeaderClassName
{
color: #79C8DC;
}
.AnyTagClassName
{
color: #79C8DC;
}
</style>
background-color css
<style>
a { background-color: #79C8DC; }
a { background-color: rgb(121,200,220); }
div.DivClassName
{
background-color: #79C8DC;
}
.BgClassName
{
background-color: #79C8DC;
}
</style>
border-color css
<style>
span { border-color: #79C8DC; }
span { border-color: rgb(121,200,220); }
td.TdClassName
{
border-color: #79C8DC;
}
.TagClassName
{
border-color: #79C8DC;
}
</style>