Shades of Spray #82D0DC
Tints of Spray #82D0DC
RGB
CMYK
RGB Variations
Color information
#82D0DC (or 0x82D0DC) is known color: Spray. HEX triplet: 82, D0 and DC. RGB value is (130,208,220). Sum of RGB (Red+Green+Blue) = 130+208+220=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #82D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0DC is #7D2F23. Grayscale: #B9B9B9. Windows color (decimal): -8204068 or 14471298. OLE color: 14471298.
HSL color Cylindrical-coordinate representation of color #82D0DC: hue angle of 188º 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 #82D0DC is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 208 | 220 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.14 |
| HSL | 188º | 0.56% | 0.69% | - |
| HSV(B) | 188º | 0.41% | 0.86% | - |
| XYZ | 44.68 | 55.02 | 75.98 | - |
| YUV | 186.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 220 | 0.41 | 0.05 | 0 | 0.14 | 188 | 0.56 | 0.69 |
| Hex | 82 | D0 | DC | 29 | 5 | 0 | E | BC | 38 | 45 |
| Octal | 202 | 320 | 334 | 51 | 5 | 0 | 16 | 274 | 70 | 105 |
| Binary | 10000010 | 11010000 | 11011100 | 101001 | 101 | 0 | 1110 | 10111100 | 111000 | 1000101 |
Color Harmonies of #82D0DC
Complementary color
Monochromatic Colors of #82D0DC
Black with #82D0DC
Text Example
Text Example
White with #82D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0DC; }
p { color: rgb(130,208,220); }
H1.HeaderClassName
{
color: #82D0DC;
}
.AnyTagClassName
{
color: #82D0DC;
}
</style>
background-color css
<style>
a { background-color: #82D0DC; }
a { background-color: rgb(130,208,220); }
div.DivClassName
{
background-color: #82D0DC;
}
.BgClassName
{
background-color: #82D0DC;
}
</style>
border-color css
<style>
span { border-color: #82D0DC; }
span { border-color: rgb(130,208,220); }
td.TdClassName
{
border-color: #82D0DC;
}
.TagClassName
{
border-color: #82D0DC;
}
</style>