Shades of Spray #79C8CF
Tints of Spray #79C8CF
RGB
CMYK
RGB Variations
Color information
#79C8CF (or 0x79C8CF) is known color: Spray. HEX triplet: 79, C8 and CF. RGB value is (121,200,207). Sum of RGB (Red+Green+Blue) = 121+200+207=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #79C8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C8CF is #863730. Grayscale: #B1B1B1. Windows color (decimal): -8795953 or 13617273. OLE color: 13617273.
HSL color Cylindrical-coordinate representation of color #79C8CF: hue angle of 184.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79C8CF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 200 | 207 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.19 |
| HSL | 184.88º | 0.47% | 0.64% | - |
| HSV(B) | 184.88º | 0.42% | 0.81% | - |
| XYZ | 39.8 | 49.88 | 66.56 | - |
| YUV | 177.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 200 | 207 | 0.42 | 0.03 | 0 | 0.19 | 184.88 | 0.47 | 0.64 |
| Hex | 79 | C8 | CF | 2A | 3 | 0 | 13 | B9 | 2F | 40 |
| Octal | 171 | 310 | 317 | 52 | 3 | 0 | 23 | 271 | 57 | 100 |
| Binary | 1111001 | 11001000 | 11001111 | 101010 | 11 | 0 | 10011 | 10111001 | 101111 | 1000000 |
Color Harmonies of #79C8CF
Complementary color
Monochromatic Colors of #79C8CF
Black with #79C8CF
Text Example
Text Example
White with #79C8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C8CF; }
p { color: rgb(121,200,207); }
H1.HeaderClassName
{
color: #79C8CF;
}
.AnyTagClassName
{
color: #79C8CF;
}
</style>
background-color css
<style>
a { background-color: #79C8CF; }
a { background-color: rgb(121,200,207); }
div.DivClassName
{
background-color: #79C8CF;
}
.BgClassName
{
background-color: #79C8CF;
}
</style>
border-color css
<style>
span { border-color: #79C8CF; }
span { border-color: rgb(121,200,207); }
td.TdClassName
{
border-color: #79C8CF;
}
.TagClassName
{
border-color: #79C8CF;
}
</style>