Shades of Spray #82D8D9
Tints of Spray #82D8D9
RGB
CMYK
RGB Variations
Color information
#82D8D9 (or 0x82D8D9) is known color: Spray. HEX triplet: 82, D8 and D9. RGB value is (130,216,217). Sum of RGB (Red+Green+Blue) = 130+216+217=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #82D8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8D9 is #7D2726. Grayscale: #BEBEBE. Windows color (decimal): -8202023 or 14276738. OLE color: 14276738.
HSL color Cylindrical-coordinate representation of color #82D8D9: hue angle of 180.69º 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 #82D8D9 is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 216 | 217 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.15 |
| HSL | 180.69º | 0.53% | 0.68% | - |
| HSV(B) | 180.69º | 0.4% | 0.85% | - |
| XYZ | 46.29 | 58.87 | 74.57 | - |
| YUV | 190.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 217 | 0.40 | 0.00 | 0 | 0.15 | 180.69 | 0.53 | 0.68 |
| Hex | 82 | D8 | D9 | 28 | 0 | 0 | F | B5 | 35 | 44 |
| Octal | 202 | 330 | 331 | 50 | 0 | 0 | 17 | 265 | 65 | 104 |
| Binary | 10000010 | 11011000 | 11011001 | 101000 | 0 | 0 | 1111 | 10110101 | 110101 | 1000100 |
Color Harmonies of #82D8D9
Complementary color
Monochromatic Colors of #82D8D9
Black with #82D8D9
Text Example
Text Example
White with #82D8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D8D9; }
p { color: rgb(130,216,217); }
H1.HeaderClassName
{
color: #82D8D9;
}
.AnyTagClassName
{
color: #82D8D9;
}
</style>
background-color css
<style>
a { background-color: #82D8D9; }
a { background-color: rgb(130,216,217); }
div.DivClassName
{
background-color: #82D8D9;
}
.BgClassName
{
background-color: #82D8D9;
}
</style>
border-color css
<style>
span { border-color: #82D8D9; }
span { border-color: rgb(130,216,217); }
td.TdClassName
{
border-color: #82D8D9;
}
.TagClassName
{
border-color: #82D8D9;
}
</style>