Shades of Spray #82CCD9
Tints of Spray #82CCD9
RGB
CMYK
RGB Variations
Color information
#82CCD9 (or 0x82CCD9) is known color: Spray. HEX triplet: 82, CC and D9. RGB value is (130,204,217). Sum of RGB (Red+Green+Blue) = 130+204+217=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #82CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCD9 is #7D3326. Grayscale: #B7B7B7. Windows color (decimal): -8205095 or 14273666. OLE color: 14273666.
HSL color Cylindrical-coordinate representation of color #82CCD9: hue angle of 188.97º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CCD9 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 204 | 217 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.15 |
| HSL | 188.97º | 0.53% | 0.68% | - |
| HSV(B) | 188.97º | 0.4% | 0.85% | - |
| XYZ | 43.32 | 52.94 | 73.58 | - |
| YUV | 183.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 217 | 0.40 | 0.06 | 0 | 0.15 | 188.97 | 0.53 | 0.68 |
| Hex | 82 | CC | D9 | 28 | 6 | 0 | F | BD | 35 | 44 |
| Octal | 202 | 314 | 331 | 50 | 6 | 0 | 17 | 275 | 65 | 104 |
| Binary | 10000010 | 11001100 | 11011001 | 101000 | 110 | 0 | 1111 | 10111101 | 110101 | 1000100 |
Color Harmonies of #82CCD9
Complementary color
Monochromatic Colors of #82CCD9
Black with #82CCD9
Text Example
Text Example
White with #82CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCD9; }
p { color: rgb(130,204,217); }
H1.HeaderClassName
{
color: #82CCD9;
}
.AnyTagClassName
{
color: #82CCD9;
}
</style>
background-color css
<style>
a { background-color: #82CCD9; }
a { background-color: rgb(130,204,217); }
div.DivClassName
{
background-color: #82CCD9;
}
.BgClassName
{
background-color: #82CCD9;
}
</style>
border-color css
<style>
span { border-color: #82CCD9; }
span { border-color: rgb(130,204,217); }
td.TdClassName
{
border-color: #82CCD9;
}
.TagClassName
{
border-color: #82CCD9;
}
</style>