Shades of Spray #79C7E0
Tints of Spray #79C7E0
RGB
CMYK
RGB Variations
Color information
#79C7E0 (or 0x79C7E0) is known color: Spray. HEX triplet: 79, C7 and E0. RGB value is (121,199,224). Sum of RGB (Red+Green+Blue) = 121+199+224=544 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.24% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #79C7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C7E0 is #86381F. Grayscale: #B2B2B2. Windows color (decimal): -8796192 or 14731129. OLE color: 14731129.
HSL color Cylindrical-coordinate representation of color #79C7E0: hue angle of 194.56º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79C7E0 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 199 | 224 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.12 |
| HSL | 194.56º | 0.62% | 0.68% | - |
| HSV(B) | 194.56º | 0.46% | 0.88% | - |
| XYZ | 41.76 | 50.29 | 78.03 | - |
| YUV | 178.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 199 | 224 | 0.46 | 0.11 | 0 | 0.12 | 194.56 | 0.62 | 0.68 |
| Hex | 79 | C7 | E0 | 2E | B | 0 | C | C3 | 3E | 44 |
| Octal | 171 | 307 | 340 | 56 | 13 | 0 | 14 | 303 | 76 | 104 |
| Binary | 1111001 | 11000111 | 11100000 | 101110 | 1011 | 0 | 1100 | 11000011 | 111110 | 1000100 |
Color Harmonies of #79C7E0
Complementary color
Monochromatic Colors of #79C7E0
Black with #79C7E0
Text Example
Text Example
White with #79C7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C7E0; }
p { color: rgb(121,199,224); }
H1.HeaderClassName
{
color: #79C7E0;
}
.AnyTagClassName
{
color: #79C7E0;
}
</style>
background-color css
<style>
a { background-color: #79C7E0; }
a { background-color: rgb(121,199,224); }
div.DivClassName
{
background-color: #79C7E0;
}
.BgClassName
{
background-color: #79C7E0;
}
</style>
border-color css
<style>
span { border-color: #79C7E0; }
span { border-color: rgb(121,199,224); }
td.TdClassName
{
border-color: #79C7E0;
}
.TagClassName
{
border-color: #79C7E0;
}
</style>