Shades of Spray #79C8DE
Tints of Spray #79C8DE
RGB
CMYK
RGB Variations
Color information
#79C8DE (or 0x79C8DE) is known color: Spray. HEX triplet: 79, C8 and DE. RGB value is (121,200,222). Sum of RGB (Red+Green+Blue) = 121+200+222=543 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.28% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #79C8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C8DE is #863721. Grayscale: #B2B2B2. Windows color (decimal): -8795938 or 14600313. OLE color: 14600313.
HSL color Cylindrical-coordinate representation of color #79C8DE: hue angle of 193.07º 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 #79C8DE is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 200 | 222 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.13 |
| HSL | 193.07º | 0.6% | 0.67% | - |
| HSV(B) | 193.07º | 0.45% | 0.87% | - |
| XYZ | 41.72 | 50.65 | 76.68 | - |
| YUV | 178.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 200 | 222 | 0.45 | 0.10 | 0 | 0.13 | 193.07 | 0.6 | 0.67 |
| Hex | 79 | C8 | DE | 2D | A | 0 | D | C1 | 3C | 43 |
| Octal | 171 | 310 | 336 | 55 | 12 | 0 | 15 | 301 | 74 | 103 |
| Binary | 1111001 | 11001000 | 11011110 | 101101 | 1010 | 0 | 1101 | 11000001 | 111100 | 1000011 |
Color Harmonies of #79C8DE
Complementary color
Monochromatic Colors of #79C8DE
Black with #79C8DE
Text Example
Text Example
White with #79C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C8DE; }
p { color: rgb(121,200,222); }
H1.HeaderClassName
{
color: #79C8DE;
}
.AnyTagClassName
{
color: #79C8DE;
}
</style>
background-color css
<style>
a { background-color: #79C8DE; }
a { background-color: rgb(121,200,222); }
div.DivClassName
{
background-color: #79C8DE;
}
.BgClassName
{
background-color: #79C8DE;
}
</style>
border-color css
<style>
span { border-color: #79C8DE; }
span { border-color: rgb(121,200,222); }
td.TdClassName
{
border-color: #79C8DE;
}
.TagClassName
{
border-color: #79C8DE;
}
</style>