Shades of Spray #79C1DF
Tints of Spray #79C1DF
RGB
CMYK
RGB Variations
Color information
#79C1DF (or 0x79C1DF) is known color: Spray. HEX triplet: 79, C1 and DF. RGB value is (121,193,223). Sum of RGB (Red+Green+Blue) = 121+193+223=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #79C1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C1DF is #863E20. Grayscale: #AEAEAE. Windows color (decimal): -8797729 or 14664057. OLE color: 14664057.
HSL color Cylindrical-coordinate representation of color #79C1DF: hue angle of 197.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 #79C1DF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 193 | 223 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.13 |
| HSL | 197.65º | 0.61% | 0.67% | - |
| HSV(B) | 197.65º | 0.46% | 0.87% | - |
| XYZ | 40.27 | 47.53 | 76.86 | - |
| YUV | 174.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 223 | 0.46 | 0.13 | 0 | 0.13 | 197.65 | 0.61 | 0.67 |
| Hex | 79 | C1 | DF | 2E | D | 0 | D | C6 | 3D | 43 |
| Octal | 171 | 301 | 337 | 56 | 15 | 0 | 15 | 306 | 75 | 103 |
| Binary | 1111001 | 11000001 | 11011111 | 101110 | 1101 | 0 | 1101 | 11000110 | 111101 | 1000011 |
Color Harmonies of #79C1DF
Complementary color
Monochromatic Colors of #79C1DF
Black with #79C1DF
Text Example
Text Example
White with #79C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C1DF; }
p { color: rgb(121,193,223); }
H1.HeaderClassName
{
color: #79C1DF;
}
.AnyTagClassName
{
color: #79C1DF;
}
</style>
background-color css
<style>
a { background-color: #79C1DF; }
a { background-color: rgb(121,193,223); }
div.DivClassName
{
background-color: #79C1DF;
}
.BgClassName
{
background-color: #79C1DF;
}
</style>
border-color css
<style>
span { border-color: #79C1DF; }
span { border-color: rgb(121,193,223); }
td.TdClassName
{
border-color: #79C1DF;
}
.TagClassName
{
border-color: #79C1DF;
}
</style>