Shades of Spray #79D2DF
Tints of Spray #79D2DF
RGB
CMYK
RGB Variations
Color information
#79D2DF (or 0x79D2DF) is known color: Spray. HEX triplet: 79, D2 and DF. RGB value is (121,210,223). Sum of RGB (Red+Green+Blue) = 121+210+223=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #79D2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2DF is #862D20. Grayscale: #B8B8B8. Windows color (decimal): -8793377 or 14668409. OLE color: 14668409.
HSL color Cylindrical-coordinate representation of color #79D2DF: hue angle of 187.65º 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 #79D2DF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 210 | 223 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.13 |
| HSL | 187.65º | 0.61% | 0.67% | - |
| HSV(B) | 187.65º | 0.46% | 0.87% | - |
| XYZ | 44.25 | 55.49 | 78.19 | - |
| YUV | 184.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 223 | 0.46 | 0.06 | 0 | 0.13 | 187.65 | 0.61 | 0.67 |
| Hex | 79 | D2 | DF | 2E | 6 | 0 | D | BC | 3D | 43 |
| Octal | 171 | 322 | 337 | 56 | 6 | 0 | 15 | 274 | 75 | 103 |
| Binary | 1111001 | 11010010 | 11011111 | 101110 | 110 | 0 | 1101 | 10111100 | 111101 | 1000011 |
Color Harmonies of #79D2DF
Complementary color
Monochromatic Colors of #79D2DF
Black with #79D2DF
Text Example
Text Example
White with #79D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D2DF; }
p { color: rgb(121,210,223); }
H1.HeaderClassName
{
color: #79D2DF;
}
.AnyTagClassName
{
color: #79D2DF;
}
</style>
background-color css
<style>
a { background-color: #79D2DF; }
a { background-color: rgb(121,210,223); }
div.DivClassName
{
background-color: #79D2DF;
}
.BgClassName
{
background-color: #79D2DF;
}
</style>
border-color css
<style>
span { border-color: #79D2DF; }
span { border-color: rgb(121,210,223); }
td.TdClassName
{
border-color: #79D2DF;
}
.TagClassName
{
border-color: #79D2DF;
}
</style>