Shades of Spray #79D8DF
Tints of Spray #79D8DF
RGB
CMYK
RGB Variations
Color information
#79D8DF (or 0x79D8DF) is known color: Spray. HEX triplet: 79, D8 and DF. RGB value is (121,216,223). Sum of RGB (Red+Green+Blue) = 121+216+223=560 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.61% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #79D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D8DF is #862720. Grayscale: #BCBCBC. Windows color (decimal): -8791841 or 14669945. OLE color: 14669945.
HSL color Cylindrical-coordinate representation of color #79D8DF: hue angle of 184.12º 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 #79D8DF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 216 | 223 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.13 |
| HSL | 184.12º | 0.61% | 0.67% | - |
| HSV(B) | 184.12º | 0.46% | 0.87% | - |
| XYZ | 45.76 | 58.5 | 78.69 | - |
| YUV | 188.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 216 | 223 | 0.46 | 0.03 | 0 | 0.13 | 184.12 | 0.61 | 0.67 |
| Hex | 79 | D8 | DF | 2E | 3 | 0 | D | B8 | 3D | 43 |
| Octal | 171 | 330 | 337 | 56 | 3 | 0 | 15 | 270 | 75 | 103 |
| Binary | 1111001 | 11011000 | 11011111 | 101110 | 11 | 0 | 1101 | 10111000 | 111101 | 1000011 |
Color Harmonies of #79D8DF
Complementary color
Monochromatic Colors of #79D8DF
Black with #79D8DF
Text Example
Text Example
White with #79D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D8DF; }
p { color: rgb(121,216,223); }
H1.HeaderClassName
{
color: #79D8DF;
}
.AnyTagClassName
{
color: #79D8DF;
}
</style>
background-color css
<style>
a { background-color: #79D8DF; }
a { background-color: rgb(121,216,223); }
div.DivClassName
{
background-color: #79D8DF;
}
.BgClassName
{
background-color: #79D8DF;
}
</style>
border-color css
<style>
span { border-color: #79D8DF; }
span { border-color: rgb(121,216,223); }
td.TdClassName
{
border-color: #79D8DF;
}
.TagClassName
{
border-color: #79D8DF;
}
</style>