Shades of Spray #79CDD9
Tints of Spray #79CDD9
RGB
CMYK
RGB Variations
Color information
#79CDD9 (or 0x79CDD9) is known color: Spray. HEX triplet: 79, CD and D9. RGB value is (121,205,217). Sum of RGB (Red+Green+Blue) = 121+205+217=543 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.28% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #79CDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDD9 is #863226. Grayscale: #B5B5B5. Windows color (decimal): -8794663 or 14273913. OLE color: 14273913.
HSL color Cylindrical-coordinate representation of color #79CDD9: hue angle of 187.5º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79CDD9 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 205 | 217 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.15 |
| HSL | 187.5º | 0.56% | 0.66% | - |
| HSV(B) | 187.5º | 0.44% | 0.85% | - |
| XYZ | 42.24 | 52.74 | 73.6 | - |
| YUV | 181.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 217 | 0.44 | 0.06 | 0 | 0.15 | 187.5 | 0.56 | 0.66 |
| Hex | 79 | CD | D9 | 2C | 6 | 0 | F | BC | 38 | 42 |
| Octal | 171 | 315 | 331 | 54 | 6 | 0 | 17 | 274 | 70 | 102 |
| Binary | 1111001 | 11001101 | 11011001 | 101100 | 110 | 0 | 1111 | 10111100 | 111000 | 1000010 |
Color Harmonies of #79CDD9
Complementary color
Monochromatic Colors of #79CDD9
Black with #79CDD9
Text Example
Text Example
White with #79CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDD9; }
p { color: rgb(121,205,217); }
H1.HeaderClassName
{
color: #79CDD9;
}
.AnyTagClassName
{
color: #79CDD9;
}
</style>
background-color css
<style>
a { background-color: #79CDD9; }
a { background-color: rgb(121,205,217); }
div.DivClassName
{
background-color: #79CDD9;
}
.BgClassName
{
background-color: #79CDD9;
}
</style>
border-color css
<style>
span { border-color: #79CDD9; }
span { border-color: rgb(121,205,217); }
td.TdClassName
{
border-color: #79CDD9;
}
.TagClassName
{
border-color: #79CDD9;
}
</style>