Shades of Spray #82CCD1
Tints of Spray #82CCD1
RGB
CMYK
RGB Variations
Color information
#82CCD1 (or 0x82CCD1) is known color: Spray. HEX triplet: 82, CC and D1. RGB value is (130,204,209). Sum of RGB (Red+Green+Blue) = 130+204+209=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #82CCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCD1 is #7D332E. Grayscale: #B6B6B6. Windows color (decimal): -8205103 or 13749378. OLE color: 13749378.
HSL color Cylindrical-coordinate representation of color #82CCD1: hue angle of 183.8º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82CCD1 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 204 | 209 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.18 |
| HSL | 183.8º | 0.46% | 0.66% | - |
| HSV(B) | 183.8º | 0.38% | 0.82% | - |
| XYZ | 42.31 | 52.54 | 68.23 | - |
| YUV | 182.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 209 | 0.38 | 0.02 | 0 | 0.18 | 183.8 | 0.46 | 0.66 |
| Hex | 82 | CC | D1 | 26 | 2 | 0 | 12 | B8 | 2E | 42 |
| Octal | 202 | 314 | 321 | 46 | 2 | 0 | 22 | 270 | 56 | 102 |
| Binary | 10000010 | 11001100 | 11010001 | 100110 | 10 | 0 | 10010 | 10111000 | 101110 | 1000010 |
Color Harmonies of #82CCD1
Complementary color
Monochromatic Colors of #82CCD1
Black with #82CCD1
Text Example
Text Example
White with #82CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCD1; }
p { color: rgb(130,204,209); }
H1.HeaderClassName
{
color: #82CCD1;
}
.AnyTagClassName
{
color: #82CCD1;
}
</style>
background-color css
<style>
a { background-color: #82CCD1; }
a { background-color: rgb(130,204,209); }
div.DivClassName
{
background-color: #82CCD1;
}
.BgClassName
{
background-color: #82CCD1;
}
</style>
border-color css
<style>
span { border-color: #82CCD1; }
span { border-color: rgb(130,204,209); }
td.TdClassName
{
border-color: #82CCD1;
}
.TagClassName
{
border-color: #82CCD1;
}
</style>