Shades of Spray #79CCD0
Tints of Spray #79CCD0
RGB
CMYK
RGB Variations
Color information
#79CCD0 (or 0x79CCD0) is known color: Spray. HEX triplet: 79, CC and D0. RGB value is (121,204,208). Sum of RGB (Red+Green+Blue) = 121+204+208=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #79CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CCD0 is #86332F. Grayscale: #B3B3B3. Windows color (decimal): -8794928 or 13683833. OLE color: 13683833.
HSL color Cylindrical-coordinate representation of color #79CCD0: hue angle of 182.76º 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 #79CCD0 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 204 | 208 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.18 |
| HSL | 182.76º | 0.48% | 0.65% | - |
| HSV(B) | 182.76º | 0.42% | 0.82% | - |
| XYZ | 40.86 | 51.8 | 67.52 | - |
| YUV | 179.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 204 | 208 | 0.42 | 0.02 | 0 | 0.18 | 182.76 | 0.48 | 0.65 |
| Hex | 79 | CC | D0 | 2A | 2 | 0 | 12 | B7 | 30 | 41 |
| Octal | 171 | 314 | 320 | 52 | 2 | 0 | 22 | 267 | 60 | 101 |
| Binary | 1111001 | 11001100 | 11010000 | 101010 | 10 | 0 | 10010 | 10110111 | 110000 | 1000001 |
Color Harmonies of #79CCD0
Complementary color
Monochromatic Colors of #79CCD0
Black with #79CCD0
Text Example
Text Example
White with #79CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CCD0; }
p { color: rgb(121,204,208); }
H1.HeaderClassName
{
color: #79CCD0;
}
.AnyTagClassName
{
color: #79CCD0;
}
</style>
background-color css
<style>
a { background-color: #79CCD0; }
a { background-color: rgb(121,204,208); }
div.DivClassName
{
background-color: #79CCD0;
}
.BgClassName
{
background-color: #79CCD0;
}
</style>
border-color css
<style>
span { border-color: #79CCD0; }
span { border-color: rgb(121,204,208); }
td.TdClassName
{
border-color: #79CCD0;
}
.TagClassName
{
border-color: #79CCD0;
}
</style>