Shades of Spray #79D0DC
Tints of Spray #79D0DC
RGB
CMYK
RGB Variations
Color information
#79D0DC (or 0x79D0DC) is known color: Spray. HEX triplet: 79, D0 and DC. RGB value is (121,208,220). Sum of RGB (Red+Green+Blue) = 121+208+220=549 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.04% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #79D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0DC is #862F23. Grayscale: #B7B7B7. Windows color (decimal): -8793892 or 14471289. OLE color: 14471289.
HSL color Cylindrical-coordinate representation of color #79D0DC: hue angle of 187.27º 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 #79D0DC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 208 | 220 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.14 |
| HSL | 187.27º | 0.59% | 0.67% | - |
| HSV(B) | 187.27º | 0.45% | 0.86% | - |
| XYZ | 43.36 | 54.34 | 75.91 | - |
| YUV | 183.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 208 | 220 | 0.45 | 0.05 | 0 | 0.14 | 187.27 | 0.59 | 0.67 |
| Hex | 79 | D0 | DC | 2D | 5 | 0 | E | BB | 3B | 43 |
| Octal | 171 | 320 | 334 | 55 | 5 | 0 | 16 | 273 | 73 | 103 |
| Binary | 1111001 | 11010000 | 11011100 | 101101 | 101 | 0 | 1110 | 10111011 | 111011 | 1000011 |
Color Harmonies of #79D0DC
Complementary color
Monochromatic Colors of #79D0DC
Black with #79D0DC
Text Example
Text Example
White with #79D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D0DC; }
p { color: rgb(121,208,220); }
H1.HeaderClassName
{
color: #79D0DC;
}
.AnyTagClassName
{
color: #79D0DC;
}
</style>
background-color css
<style>
a { background-color: #79D0DC; }
a { background-color: rgb(121,208,220); }
div.DivClassName
{
background-color: #79D0DC;
}
.BgClassName
{
background-color: #79D0DC;
}
</style>
border-color css
<style>
span { border-color: #79D0DC; }
span { border-color: rgb(121,208,220); }
td.TdClassName
{
border-color: #79D0DC;
}
.TagClassName
{
border-color: #79D0DC;
}
</style>