Shades of Spray #82CDD7
Tints of Spray #82CDD7
RGB
CMYK
RGB Variations
Color information
#82CDD7 (or 0x82CDD7) is known color: Spray. HEX triplet: 82, CD and D7. RGB value is (130,205,215). Sum of RGB (Red+Green+Blue) = 130+205+215=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #82CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDD7 is #7D3228. Grayscale: #B7B7B7. Windows color (decimal): -8204841 or 14142850. OLE color: 14142850.
HSL color Cylindrical-coordinate representation of color #82CDD7: hue angle of 187.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CDD7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 205 | 215 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.16 |
| HSL | 187.06º | 0.52% | 0.68% | - |
| HSV(B) | 187.06º | 0.4% | 0.84% | - |
| XYZ | 43.3 | 53.31 | 72.3 | - |
| YUV | 183.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 215 | 0.40 | 0.05 | 0 | 0.16 | 187.06 | 0.52 | 0.68 |
| Hex | 82 | CD | D7 | 28 | 5 | 0 | 10 | BB | 34 | 44 |
| Octal | 202 | 315 | 327 | 50 | 5 | 0 | 20 | 273 | 64 | 104 |
| Binary | 10000010 | 11001101 | 11010111 | 101000 | 101 | 0 | 10000 | 10111011 | 110100 | 1000100 |
Color Harmonies of #82CDD7
Complementary color
Monochromatic Colors of #82CDD7
Black with #82CDD7
Text Example
Text Example
White with #82CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CDD7; }
p { color: rgb(130,205,215); }
H1.HeaderClassName
{
color: #82CDD7;
}
.AnyTagClassName
{
color: #82CDD7;
}
</style>
background-color css
<style>
a { background-color: #82CDD7; }
a { background-color: rgb(130,205,215); }
div.DivClassName
{
background-color: #82CDD7;
}
.BgClassName
{
background-color: #82CDD7;
}
</style>
border-color css
<style>
span { border-color: #82CDD7; }
span { border-color: rgb(130,205,215); }
td.TdClassName
{
border-color: #82CDD7;
}
.TagClassName
{
border-color: #82CDD7;
}
</style>