Shades of Spray #79C1DE
Tints of Spray #79C1DE
RGB
CMYK
RGB Variations
Color information
#79C1DE (or 0x79C1DE) is known color: Spray. HEX triplet: 79, C1 and DE. RGB value is (121,193,222). Sum of RGB (Red+Green+Blue) = 121+193+222=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #79C1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C1DE is #863E21. Grayscale: #AEAEAE. Windows color (decimal): -8797730 or 14598521. OLE color: 14598521.
HSL color Cylindrical-coordinate representation of color #79C1DE: hue angle of 197.23º 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 #79C1DE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 193 | 222 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.13 |
| HSL | 197.23º | 0.6% | 0.67% | - |
| HSV(B) | 197.23º | 0.45% | 0.87% | - |
| XYZ | 40.14 | 47.48 | 76.16 | - |
| YUV | 174.78 | 154.65 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 222 | 0.45 | 0.13 | 0 | 0.13 | 197.23 | 0.6 | 0.67 |
| Hex | 79 | C1 | DE | 2D | D | 0 | D | C5 | 3C | 43 |
| Octal | 171 | 301 | 336 | 55 | 15 | 0 | 15 | 305 | 74 | 103 |
| Binary | 1111001 | 11000001 | 11011110 | 101101 | 1101 | 0 | 1101 | 11000101 | 111100 | 1000011 |
Color Harmonies of #79C1DE
Complementary color
Monochromatic Colors of #79C1DE
Black with #79C1DE
Text Example
Text Example
White with #79C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C1DE; }
p { color: rgb(121,193,222); }
H1.HeaderClassName
{
color: #79C1DE;
}
.AnyTagClassName
{
color: #79C1DE;
}
</style>
background-color css
<style>
a { background-color: #79C1DE; }
a { background-color: rgb(121,193,222); }
div.DivClassName
{
background-color: #79C1DE;
}
.BgClassName
{
background-color: #79C1DE;
}
</style>
border-color css
<style>
span { border-color: #79C1DE; }
span { border-color: rgb(121,193,222); }
td.TdClassName
{
border-color: #79C1DE;
}
.TagClassName
{
border-color: #79C1DE;
}
</style>