Shades of Spray #82CCDB
Tints of Spray #82CCDB
RGB
CMYK
RGB Variations
Color information
#82CCDB (or 0x82CCDB) is known color: Spray. HEX triplet: 82, CC and DB. RGB value is (130,204,219). Sum of RGB (Red+Green+Blue) = 130+204+219=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #82CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCDB is #7D3324. Grayscale: #B7B7B7. Windows color (decimal): -8205093 or 14404738. OLE color: 14404738.
HSL color Cylindrical-coordinate representation of color #82CCDB: hue angle of 190.11º 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 #82CCDB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 204 | 219 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.14 |
| HSL | 190.11º | 0.55% | 0.68% | - |
| HSV(B) | 190.11º | 0.41% | 0.86% | - |
| XYZ | 43.58 | 53.05 | 74.96 | - |
| YUV | 183.58 | 147.98 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 219 | 0.41 | 0.07 | 0 | 0.14 | 190.11 | 0.55 | 0.68 |
| Hex | 82 | CC | DB | 29 | 7 | 0 | E | BE | 37 | 44 |
| Octal | 202 | 314 | 333 | 51 | 7 | 0 | 16 | 276 | 67 | 104 |
| Binary | 10000010 | 11001100 | 11011011 | 101001 | 111 | 0 | 1110 | 10111110 | 110111 | 1000100 |
Color Harmonies of #82CCDB
Complementary color
Monochromatic Colors of #82CCDB
Black with #82CCDB
Text Example
Text Example
White with #82CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCDB; }
p { color: rgb(130,204,219); }
H1.HeaderClassName
{
color: #82CCDB;
}
.AnyTagClassName
{
color: #82CCDB;
}
</style>
background-color css
<style>
a { background-color: #82CCDB; }
a { background-color: rgb(130,204,219); }
div.DivClassName
{
background-color: #82CCDB;
}
.BgClassName
{
background-color: #82CCDB;
}
</style>
border-color css
<style>
span { border-color: #82CCDB; }
span { border-color: rgb(130,204,219); }
td.TdClassName
{
border-color: #82CCDB;
}
.TagClassName
{
border-color: #82CCDB;
}
</style>