Shades of Spray #79C2DF
Tints of Spray #79C2DF
RGB
CMYK
RGB Variations
Color information
#79C2DF (or 0x79C2DF) is known color: Spray. HEX triplet: 79, C2 and DF. RGB value is (121,194,223). Sum of RGB (Red+Green+Blue) = 121+194+223=538 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.49% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #79C2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2DF is #863D20. Grayscale: #AFAFAF. Windows color (decimal): -8797473 or 14664313. OLE color: 14664313.
HSL color Cylindrical-coordinate representation of color #79C2DF: hue angle of 197.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79C2DF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 194 | 223 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.13 |
| HSL | 197.06º | 0.61% | 0.67% | - |
| HSV(B) | 197.06º | 0.46% | 0.87% | - |
| XYZ | 40.5 | 47.98 | 76.94 | - |
| YUV | 175.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 223 | 0.46 | 0.13 | 0 | 0.13 | 197.06 | 0.61 | 0.67 |
| Hex | 79 | C2 | DF | 2E | D | 0 | D | C5 | 3D | 43 |
| Octal | 171 | 302 | 337 | 56 | 15 | 0 | 15 | 305 | 75 | 103 |
| Binary | 1111001 | 11000010 | 11011111 | 101110 | 1101 | 0 | 1101 | 11000101 | 111101 | 1000011 |
Color Harmonies of #79C2DF
Complementary color
Monochromatic Colors of #79C2DF
Black with #79C2DF
Text Example
Text Example
White with #79C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2DF; }
p { color: rgb(121,194,223); }
H1.HeaderClassName
{
color: #79C2DF;
}
.AnyTagClassName
{
color: #79C2DF;
}
</style>
background-color css
<style>
a { background-color: #79C2DF; }
a { background-color: rgb(121,194,223); }
div.DivClassName
{
background-color: #79C2DF;
}
.BgClassName
{
background-color: #79C2DF;
}
</style>
border-color css
<style>
span { border-color: #79C2DF; }
span { border-color: rgb(121,194,223); }
td.TdClassName
{
border-color: #79C2DF;
}
.TagClassName
{
border-color: #79C2DF;
}
</style>