Shades of Spray #82D3DB
Tints of Spray #82D3DB
RGB
CMYK
RGB Variations
Color information
#82D3DB (or 0x82D3DB) is known color: Spray. HEX triplet: 82, D3 and DB. RGB value is (130,211,219). Sum of RGB (Red+Green+Blue) = 130+211+219=560 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.21% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D3DB is #7D2C24. Grayscale: #BBBBBB. Windows color (decimal): -8203301 or 14406530. OLE color: 14406530.
HSL color Cylindrical-coordinate representation of color #82D3DB: hue angle of 185.39º 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 #82D3DB is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 211 | 219 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.14 |
| HSL | 185.39º | 0.55% | 0.68% | - |
| HSV(B) | 185.39º | 0.41% | 0.86% | - |
| XYZ | 45.29 | 56.45 | 75.53 | - |
| YUV | 187.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 211 | 219 | 0.41 | 0.04 | 0 | 0.14 | 185.39 | 0.55 | 0.68 |
| Hex | 82 | D3 | DB | 29 | 4 | 0 | E | B9 | 37 | 44 |
| Octal | 202 | 323 | 333 | 51 | 4 | 0 | 16 | 271 | 67 | 104 |
| Binary | 10000010 | 11010011 | 11011011 | 101001 | 100 | 0 | 1110 | 10111001 | 110111 | 1000100 |
Color Harmonies of #82D3DB
Complementary color
Monochromatic Colors of #82D3DB
Black with #82D3DB
Text Example
Text Example
White with #82D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D3DB; }
p { color: rgb(130,211,219); }
H1.HeaderClassName
{
color: #82D3DB;
}
.AnyTagClassName
{
color: #82D3DB;
}
</style>
background-color css
<style>
a { background-color: #82D3DB; }
a { background-color: rgb(130,211,219); }
div.DivClassName
{
background-color: #82D3DB;
}
.BgClassName
{
background-color: #82D3DB;
}
</style>
border-color css
<style>
span { border-color: #82D3DB; }
span { border-color: rgb(130,211,219); }
td.TdClassName
{
border-color: #82D3DB;
}
.TagClassName
{
border-color: #82D3DB;
}
</style>