Shades of Spray #82DBDA
Tints of Spray #82DBDA
RGB
CMYK
RGB Variations
Color information
#82DBDA (or 0x82DBDA) is known color: Spray. HEX triplet: 82, DB and DA. RGB value is (130,219,218). Sum of RGB (Red+Green+Blue) = 130+219+218=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBDA is #7D2425. Grayscale: #C0C0C0. Windows color (decimal): -8201254 or 14343042. OLE color: 14343042.
HSL color Cylindrical-coordinate representation of color #82DBDA: hue angle of 179.33º 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 #82DBDA is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 218 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.14 |
| HSL | 179.33º | 0.55% | 0.68% | - |
| HSV(B) | 179.33º | 0.41% | 0.86% | - |
| XYZ | 47.19 | 60.47 | 75.51 | - |
| YUV | 192.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 218 | 0.41 | 0 | 0.00 | 0.14 | 179.33 | 0.55 | 0.68 |
| Hex | 82 | DB | DA | 29 | 0 | 0 | E | B3 | 37 | 44 |
| Octal | 202 | 333 | 332 | 51 | 0 | 0 | 16 | 263 | 67 | 104 |
| Binary | 10000010 | 11011011 | 11011010 | 101001 | 0 | 0 | 1110 | 10110011 | 110111 | 1000100 |
Color Harmonies of #82DBDA
Complementary color
Monochromatic Colors of #82DBDA
Black with #82DBDA
Text Example
Text Example
White with #82DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBDA; }
p { color: rgb(130,219,218); }
H1.HeaderClassName
{
color: #82DBDA;
}
.AnyTagClassName
{
color: #82DBDA;
}
</style>
background-color css
<style>
a { background-color: #82DBDA; }
a { background-color: rgb(130,219,218); }
div.DivClassName
{
background-color: #82DBDA;
}
.BgClassName
{
background-color: #82DBDA;
}
</style>
border-color css
<style>
span { border-color: #82DBDA; }
span { border-color: rgb(130,219,218); }
td.TdClassName
{
border-color: #82DBDA;
}
.TagClassName
{
border-color: #82DBDA;
}
</style>