Shades of Spray #79CDD0
Tints of Spray #79CDD0
RGB
CMYK
RGB Variations
Color information
#79CDD0 (or 0x79CDD0) is known color: Spray. HEX triplet: 79, CD and D0. RGB value is (121,205,208). Sum of RGB (Red+Green+Blue) = 121+205+208=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #79CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDD0 is #86322F. Grayscale: #B4B4B4. Windows color (decimal): -8794672 or 13684089. OLE color: 13684089.
HSL color Cylindrical-coordinate representation of color #79CDD0: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CDD0 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 205 | 208 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.18 |
| HSL | 182.07º | 0.48% | 0.65% | - |
| HSV(B) | 182.07º | 0.42% | 0.82% | - |
| XYZ | 41.1 | 52.28 | 67.6 | - |
| YUV | 180.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 208 | 0.42 | 0.01 | 0 | 0.18 | 182.07 | 0.48 | 0.65 |
| Hex | 79 | CD | D0 | 2A | 1 | 0 | 12 | B6 | 30 | 41 |
| Octal | 171 | 315 | 320 | 52 | 1 | 0 | 22 | 266 | 60 | 101 |
| Binary | 1111001 | 11001101 | 11010000 | 101010 | 1 | 0 | 10010 | 10110110 | 110000 | 1000001 |
Color Harmonies of #79CDD0
Complementary color
Monochromatic Colors of #79CDD0
Black with #79CDD0
Text Example
Text Example
White with #79CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDD0; }
p { color: rgb(121,205,208); }
H1.HeaderClassName
{
color: #79CDD0;
}
.AnyTagClassName
{
color: #79CDD0;
}
</style>
background-color css
<style>
a { background-color: #79CDD0; }
a { background-color: rgb(121,205,208); }
div.DivClassName
{
background-color: #79CDD0;
}
.BgClassName
{
background-color: #79CDD0;
}
</style>
border-color css
<style>
span { border-color: #79CDD0; }
span { border-color: rgb(121,205,208); }
td.TdClassName
{
border-color: #79CDD0;
}
.TagClassName
{
border-color: #79CDD0;
}
</style>