Shades of Spray #82CDDB
Tints of Spray #82CDDB
RGB
CMYK
RGB Variations
Color information
#82CDDB (or 0x82CDDB) is known color: Spray. HEX triplet: 82, CD and DB. RGB value is (130,205,219). Sum of RGB (Red+Green+Blue) = 130+205+219=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #82CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDDB is #7D3224. Grayscale: #B8B8B8. Windows color (decimal): -8204837 or 14404994. OLE color: 14404994.
HSL color Cylindrical-coordinate representation of color #82CDDB: hue angle of 189.44º 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 #82CDDB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 205 | 219 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.14 |
| HSL | 189.44º | 0.55% | 0.68% | - |
| HSV(B) | 189.44º | 0.41% | 0.86% | - |
| XYZ | 43.82 | 53.52 | 75.04 | - |
| YUV | 184.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 219 | 0.41 | 0.06 | 0 | 0.14 | 189.44 | 0.55 | 0.68 |
| Hex | 82 | CD | DB | 29 | 6 | 0 | E | BD | 37 | 44 |
| Octal | 202 | 315 | 333 | 51 | 6 | 0 | 16 | 275 | 67 | 104 |
| Binary | 10000010 | 11001101 | 11011011 | 101001 | 110 | 0 | 1110 | 10111101 | 110111 | 1000100 |
Color Harmonies of #82CDDB
Complementary color
Monochromatic Colors of #82CDDB
Black with #82CDDB
Text Example
Text Example
White with #82CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CDDB; }
p { color: rgb(130,205,219); }
H1.HeaderClassName
{
color: #82CDDB;
}
.AnyTagClassName
{
color: #82CDDB;
}
</style>
background-color css
<style>
a { background-color: #82CDDB; }
a { background-color: rgb(130,205,219); }
div.DivClassName
{
background-color: #82CDDB;
}
.BgClassName
{
background-color: #82CDDB;
}
</style>
border-color css
<style>
span { border-color: #82CDDB; }
span { border-color: rgb(130,205,219); }
td.TdClassName
{
border-color: #82CDDB;
}
.TagClassName
{
border-color: #82CDDB;
}
</style>