Shades of Spray #82D8DB
Tints of Spray #82D8DB
RGB
CMYK
RGB Variations
Color information
#82D8DB (or 0x82D8DB) is known color: Spray. HEX triplet: 82, D8 and DB. RGB value is (130,216,219). Sum of RGB (Red+Green+Blue) = 130+216+219=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #82D8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8DB is #7D2724. Grayscale: #BEBEBE. Windows color (decimal): -8202021 or 14407810. OLE color: 14407810.
HSL color Cylindrical-coordinate representation of color #82D8DB: hue angle of 182.02º 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 #82D8DB is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 216 | 219 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.14 |
| HSL | 182.02º | 0.55% | 0.68% | - |
| HSV(B) | 182.02º | 0.41% | 0.86% | - |
| XYZ | 46.55 | 58.97 | 75.95 | - |
| YUV | 190.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 219 | 0.41 | 0.01 | 0 | 0.14 | 182.02 | 0.55 | 0.68 |
| Hex | 82 | D8 | DB | 29 | 1 | 0 | E | B6 | 37 | 44 |
| Octal | 202 | 330 | 333 | 51 | 1 | 0 | 16 | 266 | 67 | 104 |
| Binary | 10000010 | 11011000 | 11011011 | 101001 | 1 | 0 | 1110 | 10110110 | 110111 | 1000100 |
Color Harmonies of #82D8DB
Complementary color
Monochromatic Colors of #82D8DB
Black with #82D8DB
Text Example
Text Example
White with #82D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D8DB; }
p { color: rgb(130,216,219); }
H1.HeaderClassName
{
color: #82D8DB;
}
.AnyTagClassName
{
color: #82D8DB;
}
</style>
background-color css
<style>
a { background-color: #82D8DB; }
a { background-color: rgb(130,216,219); }
div.DivClassName
{
background-color: #82D8DB;
}
.BgClassName
{
background-color: #82D8DB;
}
</style>
border-color css
<style>
span { border-color: #82D8DB; }
span { border-color: rgb(130,216,219); }
td.TdClassName
{
border-color: #82D8DB;
}
.TagClassName
{
border-color: #82D8DB;
}
</style>