Shades of Spray #79CBD7
Tints of Spray #79CBD7
RGB
CMYK
RGB Variations
Color information
#79CBD7 (or 0x79CBD7) is known color: Spray. HEX triplet: 79, CB and D7. RGB value is (121,203,215). Sum of RGB (Red+Green+Blue) = 121+203+215=539 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.45% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #79CBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBD7 is #863428. Grayscale: #B3B3B3. Windows color (decimal): -8795177 or 14142329. OLE color: 14142329.
HSL color Cylindrical-coordinate representation of color #79CBD7: hue angle of 187.66º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79CBD7 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 203 | 215 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.16 |
| HSL | 187.66º | 0.54% | 0.66% | - |
| HSV(B) | 187.66º | 0.44% | 0.84% | - |
| XYZ | 41.51 | 51.68 | 72.08 | - |
| YUV | 179.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 203 | 215 | 0.44 | 0.06 | 0 | 0.16 | 187.66 | 0.54 | 0.66 |
| Hex | 79 | CB | D7 | 2C | 6 | 0 | 10 | BC | 36 | 42 |
| Octal | 171 | 313 | 327 | 54 | 6 | 0 | 20 | 274 | 66 | 102 |
| Binary | 1111001 | 11001011 | 11010111 | 101100 | 110 | 0 | 10000 | 10111100 | 110110 | 1000010 |
Color Harmonies of #79CBD7
Complementary color
Monochromatic Colors of #79CBD7
Black with #79CBD7
Text Example
Text Example
White with #79CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CBD7; }
p { color: rgb(121,203,215); }
H1.HeaderClassName
{
color: #79CBD7;
}
.AnyTagClassName
{
color: #79CBD7;
}
</style>
background-color css
<style>
a { background-color: #79CBD7; }
a { background-color: rgb(121,203,215); }
div.DivClassName
{
background-color: #79CBD7;
}
.BgClassName
{
background-color: #79CBD7;
}
</style>
border-color css
<style>
span { border-color: #79CBD7; }
span { border-color: rgb(121,203,215); }
td.TdClassName
{
border-color: #79CBD7;
}
.TagClassName
{
border-color: #79CBD7;
}
</style>