Shades of Spray #82C8CD
Tints of Spray #82C8CD
RGB
CMYK
RGB Variations
Color information
#82C8CD (or 0x82C8CD) is known color: Spray. HEX triplet: 82, C8 and CD. RGB value is (130,200,205). Sum of RGB (Red+Green+Blue) = 130+200+205=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #82C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C8CD is #7D3732. Grayscale: #B3B3B3. Windows color (decimal): -8206131 or 13486210. OLE color: 13486210.
HSL color Cylindrical-coordinate representation of color #82C8CD: hue angle of 184º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82C8CD is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 200 | 205 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.20 |
| HSL | 184º | 0.43% | 0.66% | - |
| HSV(B) | 184º | 0.37% | 0.8% | - |
| XYZ | 40.88 | 50.46 | 65.34 | - |
| YUV | 179.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 205 | 0.37 | 0.02 | 0 | 0.20 | 184 | 0.43 | 0.66 |
| Hex | 82 | C8 | CD | 25 | 2 | 0 | 14 | B8 | 2B | 42 |
| Octal | 202 | 310 | 315 | 45 | 2 | 0 | 24 | 270 | 53 | 102 |
| Binary | 10000010 | 11001000 | 11001101 | 100101 | 10 | 0 | 10100 | 10111000 | 101011 | 1000010 |
Color Harmonies of #82C8CD
Complementary color
Monochromatic Colors of #82C8CD
Black with #82C8CD
Text Example
Text Example
White with #82C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C8CD; }
p { color: rgb(130,200,205); }
H1.HeaderClassName
{
color: #82C8CD;
}
.AnyTagClassName
{
color: #82C8CD;
}
</style>
background-color css
<style>
a { background-color: #82C8CD; }
a { background-color: rgb(130,200,205); }
div.DivClassName
{
background-color: #82C8CD;
}
.BgClassName
{
background-color: #82C8CD;
}
</style>
border-color css
<style>
span { border-color: #82C8CD; }
span { border-color: rgb(130,200,205); }
td.TdClassName
{
border-color: #82C8CD;
}
.TagClassName
{
border-color: #82C8CD;
}
</style>