Shades of Spray #82C2DB
Tints of Spray #82C2DB
RGB
CMYK
RGB Variations
Color information
#82C2DB (or 0x82C2DB) is known color: Spray. HEX triplet: 82, C2 and DB. RGB value is (130,194,219). Sum of RGB (Red+Green+Blue) = 130+194+219=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #82C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C2DB is #7D3D24. Grayscale: #B1B1B1. Windows color (decimal): -8207653 or 14402178. OLE color: 14402178.
HSL color Cylindrical-coordinate representation of color #82C2DB: hue angle of 196.85º 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 #82C2DB is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 194 | 219 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.14 |
| HSL | 196.85º | 0.55% | 0.68% | - |
| HSV(B) | 196.85º | 0.41% | 0.86% | - |
| XYZ | 41.28 | 48.44 | 74.19 | - |
| YUV | 177.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 219 | 0.41 | 0.11 | 0 | 0.14 | 196.85 | 0.55 | 0.68 |
| Hex | 82 | C2 | DB | 29 | B | 0 | E | C5 | 37 | 44 |
| Octal | 202 | 302 | 333 | 51 | 13 | 0 | 16 | 305 | 67 | 104 |
| Binary | 10000010 | 11000010 | 11011011 | 101001 | 1011 | 0 | 1110 | 11000101 | 110111 | 1000100 |
Color Harmonies of #82C2DB
Complementary color
Monochromatic Colors of #82C2DB
Black with #82C2DB
Text Example
Text Example
White with #82C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C2DB; }
p { color: rgb(130,194,219); }
H1.HeaderClassName
{
color: #82C2DB;
}
.AnyTagClassName
{
color: #82C2DB;
}
</style>
background-color css
<style>
a { background-color: #82C2DB; }
a { background-color: rgb(130,194,219); }
div.DivClassName
{
background-color: #82C2DB;
}
.BgClassName
{
background-color: #82C2DB;
}
</style>
border-color css
<style>
span { border-color: #82C2DB; }
span { border-color: rgb(130,194,219); }
td.TdClassName
{
border-color: #82C2DB;
}
.TagClassName
{
border-color: #82C2DB;
}
</style>