Shades of Spray #82DDDB
Tints of Spray #82DDDB
RGB
CMYK
RGB Variations
Color information
#82DDDB (or 0x82DDDB) is known color: Spray. HEX triplet: 82, DD and DB. RGB value is (130,221,219). Sum of RGB (Red+Green+Blue) = 130+221+219=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DDDB is #7D2224. Grayscale: #C1C1C1. Windows color (decimal): -8200741 or 14409090. OLE color: 14409090.
HSL color Cylindrical-coordinate representation of color #82DDDB: hue angle of 178.68º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DDDB is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 219 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.13 |
| HSL | 178.68º | 0.57% | 0.69% | - |
| HSV(B) | 178.68º | 0.41% | 0.87% | - |
| XYZ | 47.85 | 61.57 | 76.38 | - |
| YUV | 193.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 219 | 0.41 | 0 | 0.01 | 0.13 | 178.68 | 0.57 | 0.69 |
| Hex | 82 | DD | DB | 29 | 0 | 1 | D | B3 | 39 | 45 |
| Octal | 202 | 335 | 333 | 51 | 0 | 1 | 15 | 263 | 71 | 105 |
| Binary | 10000010 | 11011101 | 11011011 | 101001 | 0 | 1 | 1101 | 10110011 | 111001 | 1000101 |
Color Harmonies of #82DDDB
Complementary color
Monochromatic Colors of #82DDDB
Black with #82DDDB
Text Example
Text Example
White with #82DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DDDB; }
p { color: rgb(130,221,219); }
H1.HeaderClassName
{
color: #82DDDB;
}
.AnyTagClassName
{
color: #82DDDB;
}
</style>
background-color css
<style>
a { background-color: #82DDDB; }
a { background-color: rgb(130,221,219); }
div.DivClassName
{
background-color: #82DDDB;
}
.BgClassName
{
background-color: #82DDDB;
}
</style>
border-color css
<style>
span { border-color: #82DDDB; }
span { border-color: rgb(130,221,219); }
td.TdClassName
{
border-color: #82DDDB;
}
.TagClassName
{
border-color: #82DDDB;
}
</style>