Shades of Spray #82C7DC
Tints of Spray #82C7DC
RGB
CMYK
RGB Variations
Color information
#82C7DC (or 0x82C7DC) is known color: Spray. HEX triplet: 82, C7 and DC. RGB value is (130,199,220). Sum of RGB (Red+Green+Blue) = 130+199+220=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #82C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C7DC is #7D3823. Grayscale: #B4B4B4. Windows color (decimal): -8206372 or 14468994. OLE color: 14468994.
HSL color Cylindrical-coordinate representation of color #82C7DC: hue angle of 194º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C7DC is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 199 | 220 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.14 |
| HSL | 194º | 0.56% | 0.69% | - |
| HSV(B) | 194º | 0.41% | 0.86% | - |
| XYZ | 42.55 | 50.76 | 75.27 | - |
| YUV | 180.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 199 | 220 | 0.41 | 0.10 | 0 | 0.14 | 194 | 0.56 | 0.69 |
| Hex | 82 | C7 | DC | 29 | A | 0 | E | C2 | 38 | 45 |
| Octal | 202 | 307 | 334 | 51 | 12 | 0 | 16 | 302 | 70 | 105 |
| Binary | 10000010 | 11000111 | 11011100 | 101001 | 1010 | 0 | 1110 | 11000010 | 111000 | 1000101 |
Color Harmonies of #82C7DC
Complementary color
Monochromatic Colors of #82C7DC
Black with #82C7DC
Text Example
Text Example
White with #82C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C7DC; }
p { color: rgb(130,199,220); }
H1.HeaderClassName
{
color: #82C7DC;
}
.AnyTagClassName
{
color: #82C7DC;
}
</style>
background-color css
<style>
a { background-color: #82C7DC; }
a { background-color: rgb(130,199,220); }
div.DivClassName
{
background-color: #82C7DC;
}
.BgClassName
{
background-color: #82C7DC;
}
</style>
border-color css
<style>
span { border-color: #82C7DC; }
span { border-color: rgb(130,199,220); }
td.TdClassName
{
border-color: #82C7DC;
}
.TagClassName
{
border-color: #82C7DC;
}
</style>