Shades of Spray #82C6DB
Tints of Spray #82C6DB
RGB
CMYK
RGB Variations
Color information
#82C6DB (or 0x82C6DB) is known color: Spray. HEX triplet: 82, C6 and DB. RGB value is (130,198,219). Sum of RGB (Red+Green+Blue) = 130+198+219=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #82C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C6DB is #7D3924. Grayscale: #B3B3B3. Windows color (decimal): -8206629 or 14403202. OLE color: 14403202.
HSL color Cylindrical-coordinate representation of color #82C6DB: hue angle of 194.16º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C6DB is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 198 | 219 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.14 |
| HSL | 194.16º | 0.55% | 0.68% | - |
| HSV(B) | 194.16º | 0.41% | 0.86% | - |
| XYZ | 42.19 | 50.25 | 74.49 | - |
| YUV | 180.06 | 149.97 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 219 | 0.41 | 0.10 | 0 | 0.14 | 194.16 | 0.55 | 0.68 |
| Hex | 82 | C6 | DB | 29 | A | 0 | E | C2 | 37 | 44 |
| Octal | 202 | 306 | 333 | 51 | 12 | 0 | 16 | 302 | 67 | 104 |
| Binary | 10000010 | 11000110 | 11011011 | 101001 | 1010 | 0 | 1110 | 11000010 | 110111 | 1000100 |
Color Harmonies of #82C6DB
Complementary color
Monochromatic Colors of #82C6DB
Black with #82C6DB
Text Example
Text Example
White with #82C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C6DB; }
p { color: rgb(130,198,219); }
H1.HeaderClassName
{
color: #82C6DB;
}
.AnyTagClassName
{
color: #82C6DB;
}
</style>
background-color css
<style>
a { background-color: #82C6DB; }
a { background-color: rgb(130,198,219); }
div.DivClassName
{
background-color: #82C6DB;
}
.BgClassName
{
background-color: #82C6DB;
}
</style>
border-color css
<style>
span { border-color: #82C6DB; }
span { border-color: rgb(130,198,219); }
td.TdClassName
{
border-color: #82C6DB;
}
.TagClassName
{
border-color: #82C6DB;
}
</style>