Shades of Spray #79CDD6
Tints of Spray #79CDD6
RGB
CMYK
RGB Variations
Color information
#79CDD6 (or 0x79CDD6) is known color: Spray. HEX triplet: 79, CD and D6. RGB value is (121,205,214). Sum of RGB (Red+Green+Blue) = 121+205+214=540 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.41% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #79CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDD6 is #863229. Grayscale: #B4B4B4. Windows color (decimal): -8794666 or 14077305. OLE color: 14077305.
HSL color Cylindrical-coordinate representation of color #79CDD6: hue angle of 185.81º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79CDD6 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 205 | 214 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.16 |
| HSL | 185.81º | 0.53% | 0.66% | - |
| HSV(B) | 185.81º | 0.43% | 0.84% | - |
| XYZ | 41.85 | 52.58 | 71.56 | - |
| YUV | 180.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 214 | 0.43 | 0.04 | 0 | 0.16 | 185.81 | 0.53 | 0.66 |
| Hex | 79 | CD | D6 | 2B | 4 | 0 | 10 | BA | 35 | 42 |
| Octal | 171 | 315 | 326 | 53 | 4 | 0 | 20 | 272 | 65 | 102 |
| Binary | 1111001 | 11001101 | 11010110 | 101011 | 100 | 0 | 10000 | 10111010 | 110101 | 1000010 |
Color Harmonies of #79CDD6
Complementary color
Monochromatic Colors of #79CDD6
Black with #79CDD6
Text Example
Text Example
White with #79CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDD6; }
p { color: rgb(121,205,214); }
H1.HeaderClassName
{
color: #79CDD6;
}
.AnyTagClassName
{
color: #79CDD6;
}
</style>
background-color css
<style>
a { background-color: #79CDD6; }
a { background-color: rgb(121,205,214); }
div.DivClassName
{
background-color: #79CDD6;
}
.BgClassName
{
background-color: #79CDD6;
}
</style>
border-color css
<style>
span { border-color: #79CDD6; }
span { border-color: rgb(121,205,214); }
td.TdClassName
{
border-color: #79CDD6;
}
.TagClassName
{
border-color: #79CDD6;
}
</style>