Shades of Spray #79D1DF
Tints of Spray #79D1DF
RGB
CMYK
RGB Variations
Color information
#79D1DF (or 0x79D1DF) is known color: Spray. HEX triplet: 79, D1 and DF. RGB value is (121,209,223). Sum of RGB (Red+Green+Blue) = 121+209+223=553 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.88% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #79D1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D1DF is #862E20. Grayscale: #B8B8B8. Windows color (decimal): -8793633 or 14668153. OLE color: 14668153.
HSL color Cylindrical-coordinate representation of color #79D1DF: hue angle of 188.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79D1DF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 209 | 223 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.13 |
| HSL | 188.24º | 0.61% | 0.67% | - |
| HSV(B) | 188.24º | 0.46% | 0.87% | - |
| XYZ | 44 | 54.99 | 78.11 | - |
| YUV | 184.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 209 | 223 | 0.46 | 0.06 | 0 | 0.13 | 188.24 | 0.61 | 0.67 |
| Hex | 79 | D1 | DF | 2E | 6 | 0 | D | BC | 3D | 43 |
| Octal | 171 | 321 | 337 | 56 | 6 | 0 | 15 | 274 | 75 | 103 |
| Binary | 1111001 | 11010001 | 11011111 | 101110 | 110 | 0 | 1101 | 10111100 | 111101 | 1000011 |
Color Harmonies of #79D1DF
Complementary color
Monochromatic Colors of #79D1DF
Black with #79D1DF
Text Example
Text Example
White with #79D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D1DF; }
p { color: rgb(121,209,223); }
H1.HeaderClassName
{
color: #79D1DF;
}
.AnyTagClassName
{
color: #79D1DF;
}
</style>
background-color css
<style>
a { background-color: #79D1DF; }
a { background-color: rgb(121,209,223); }
div.DivClassName
{
background-color: #79D1DF;
}
.BgClassName
{
background-color: #79D1DF;
}
</style>
border-color css
<style>
span { border-color: #79D1DF; }
span { border-color: rgb(121,209,223); }
td.TdClassName
{
border-color: #79D1DF;
}
.TagClassName
{
border-color: #79D1DF;
}
</style>