Shades of Spray #82D2D9
Tints of Spray #82D2D9
RGB
CMYK
RGB Variations
Color information
#82D2D9 (or 0x82D2D9) is known color: Spray. HEX triplet: 82, D2 and D9. RGB value is (130,210,217). Sum of RGB (Red+Green+Blue) = 130+210+217=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #82D2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D2D9 is #7D2D26. Grayscale: #BABABA. Windows color (decimal): -8203559 or 14275202. OLE color: 14275202.
HSL color Cylindrical-coordinate representation of color #82D2D9: hue angle of 184.83º 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 #82D2D9 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 210 | 217 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.15 |
| HSL | 184.83º | 0.53% | 0.68% | - |
| HSV(B) | 184.83º | 0.4% | 0.85% | - |
| XYZ | 44.78 | 55.85 | 74.07 | - |
| YUV | 186.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 217 | 0.40 | 0.03 | 0 | 0.15 | 184.83 | 0.53 | 0.68 |
| Hex | 82 | D2 | D9 | 28 | 3 | 0 | F | B9 | 35 | 44 |
| Octal | 202 | 322 | 331 | 50 | 3 | 0 | 17 | 271 | 65 | 104 |
| Binary | 10000010 | 11010010 | 11011001 | 101000 | 11 | 0 | 1111 | 10111001 | 110101 | 1000100 |
Color Harmonies of #82D2D9
Complementary color
Monochromatic Colors of #82D2D9
Black with #82D2D9
Text Example
Text Example
White with #82D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D2D9; }
p { color: rgb(130,210,217); }
H1.HeaderClassName
{
color: #82D2D9;
}
.AnyTagClassName
{
color: #82D2D9;
}
</style>
background-color css
<style>
a { background-color: #82D2D9; }
a { background-color: rgb(130,210,217); }
div.DivClassName
{
background-color: #82D2D9;
}
.BgClassName
{
background-color: #82D2D9;
}
</style>
border-color css
<style>
span { border-color: #82D2D9; }
span { border-color: rgb(130,210,217); }
td.TdClassName
{
border-color: #82D2D9;
}
.TagClassName
{
border-color: #82D2D9;
}
</style>