Shades of Spray #79D0DF
Tints of Spray #79D0DF
RGB
CMYK
RGB Variations
Color information
#79D0DF (or 0x79D0DF) is known color: Spray. HEX triplet: 79, D0 and DF. RGB value is (121,208,223). Sum of RGB (Red+Green+Blue) = 121+208+223=552 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.92% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #79D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0DF is #862F20. Grayscale: #B7B7B7. Windows color (decimal): -8793889 or 14667897. OLE color: 14667897.
HSL color Cylindrical-coordinate representation of color #79D0DF: hue angle of 188.82º 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 #79D0DF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 208 | 223 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.13 |
| HSL | 188.82º | 0.61% | 0.67% | - |
| HSV(B) | 188.82º | 0.46% | 0.87% | - |
| XYZ | 43.76 | 54.5 | 78.03 | - |
| YUV | 183.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 208 | 223 | 0.46 | 0.07 | 0 | 0.13 | 188.82 | 0.61 | 0.67 |
| Hex | 79 | D0 | DF | 2E | 7 | 0 | D | BD | 3D | 43 |
| Octal | 171 | 320 | 337 | 56 | 7 | 0 | 15 | 275 | 75 | 103 |
| Binary | 1111001 | 11010000 | 11011111 | 101110 | 111 | 0 | 1101 | 10111101 | 111101 | 1000011 |
Color Harmonies of #79D0DF
Complementary color
Monochromatic Colors of #79D0DF
Black with #79D0DF
Text Example
Text Example
White with #79D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D0DF; }
p { color: rgb(121,208,223); }
H1.HeaderClassName
{
color: #79D0DF;
}
.AnyTagClassName
{
color: #79D0DF;
}
</style>
background-color css
<style>
a { background-color: #79D0DF; }
a { background-color: rgb(121,208,223); }
div.DivClassName
{
background-color: #79D0DF;
}
.BgClassName
{
background-color: #79D0DF;
}
</style>
border-color css
<style>
span { border-color: #79D0DF; }
span { border-color: rgb(121,208,223); }
td.TdClassName
{
border-color: #79D0DF;
}
.TagClassName
{
border-color: #79D0DF;
}
</style>