Shades of Spray #79C2DE
Tints of Spray #79C2DE
RGB
CMYK
RGB Variations
Color information
#79C2DE (or 0x79C2DE) is known color: Spray. HEX triplet: 79, C2 and DE. RGB value is (121,194,222). Sum of RGB (Red+Green+Blue) = 121+194+222=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #79C2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2DE is #863D21. Grayscale: #AFAFAF. Windows color (decimal): -8797474 or 14598777. OLE color: 14598777.
HSL color Cylindrical-coordinate representation of color #79C2DE: hue angle of 196.63º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C2DE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 194 | 222 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.13 |
| HSL | 196.63º | 0.6% | 0.67% | - |
| HSV(B) | 196.63º | 0.45% | 0.87% | - |
| XYZ | 40.36 | 47.92 | 76.23 | - |
| YUV | 175.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 222 | 0.45 | 0.13 | 0 | 0.13 | 196.63 | 0.6 | 0.67 |
| Hex | 79 | C2 | DE | 2D | D | 0 | D | C5 | 3C | 43 |
| Octal | 171 | 302 | 336 | 55 | 15 | 0 | 15 | 305 | 74 | 103 |
| Binary | 1111001 | 11000010 | 11011110 | 101101 | 1101 | 0 | 1101 | 11000101 | 111100 | 1000011 |
Color Harmonies of #79C2DE
Complementary color
Monochromatic Colors of #79C2DE
Black with #79C2DE
Text Example
Text Example
White with #79C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2DE; }
p { color: rgb(121,194,222); }
H1.HeaderClassName
{
color: #79C2DE;
}
.AnyTagClassName
{
color: #79C2DE;
}
</style>
background-color css
<style>
a { background-color: #79C2DE; }
a { background-color: rgb(121,194,222); }
div.DivClassName
{
background-color: #79C2DE;
}
.BgClassName
{
background-color: #79C2DE;
}
</style>
border-color css
<style>
span { border-color: #79C2DE; }
span { border-color: rgb(121,194,222); }
td.TdClassName
{
border-color: #79C2DE;
}
.TagClassName
{
border-color: #79C2DE;
}
</style>