Shades of Spray #82DADF
Tints of Spray #82DADF
RGB
CMYK
RGB Variations
Color information
#82DADF (or 0x82DADF) is known color: Spray. HEX triplet: 82, DA and DF. RGB value is (130,218,223). Sum of RGB (Red+Green+Blue) = 130+218+223=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #82DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DADF is #7D2520. Grayscale: #C0C0C0. Windows color (decimal): -8201505 or 14670466. OLE color: 14670466.
HSL color Cylindrical-coordinate representation of color #82DADF: hue angle of 183.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DADF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 218 | 223 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.13 |
| HSL | 183.23º | 0.59% | 0.69% | - |
| HSV(B) | 183.23º | 0.42% | 0.87% | - |
| XYZ | 47.6 | 60.22 | 78.93 | - |
| YUV | 192.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 223 | 0.42 | 0.02 | 0 | 0.13 | 183.23 | 0.59 | 0.69 |
| Hex | 82 | DA | DF | 2A | 2 | 0 | D | B7 | 3B | 45 |
| Octal | 202 | 332 | 337 | 52 | 2 | 0 | 15 | 267 | 73 | 105 |
| Binary | 10000010 | 11011010 | 11011111 | 101010 | 10 | 0 | 1101 | 10110111 | 111011 | 1000101 |
Color Harmonies of #82DADF
Complementary color
Monochromatic Colors of #82DADF
Black with #82DADF
Text Example
Text Example
White with #82DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DADF; }
p { color: rgb(130,218,223); }
H1.HeaderClassName
{
color: #82DADF;
}
.AnyTagClassName
{
color: #82DADF;
}
</style>
background-color css
<style>
a { background-color: #82DADF; }
a { background-color: rgb(130,218,223); }
div.DivClassName
{
background-color: #82DADF;
}
.BgClassName
{
background-color: #82DADF;
}
</style>
border-color css
<style>
span { border-color: #82DADF; }
span { border-color: rgb(130,218,223); }
td.TdClassName
{
border-color: #82DADF;
}
.TagClassName
{
border-color: #82DADF;
}
</style>