Shades of Spray #82DFDC
Tints of Spray #82DFDC
RGB
CMYK
RGB Variations
Color information
#82DFDC (or 0x82DFDC) is known color: Spray. HEX triplet: 82, DF and DC. RGB value is (130,223,220). Sum of RGB (Red+Green+Blue) = 130+223+220=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFDC is #7D2023. Grayscale: #C2C2C2. Windows color (decimal): -8200228 or 14475138. OLE color: 14475138.
HSL color Cylindrical-coordinate representation of color #82DFDC: hue angle of 178.06º 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 #82DFDC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 220 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.13 |
| HSL | 178.06º | 0.59% | 0.69% | - |
| HSV(B) | 178.06º | 0.42% | 0.87% | - |
| XYZ | 48.51 | 62.69 | 77.25 | - |
| YUV | 194.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 220 | 0.42 | 0 | 0.01 | 0.13 | 178.06 | 0.59 | 0.69 |
| Hex | 82 | DF | DC | 2A | 0 | 1 | D | B2 | 3B | 45 |
| Octal | 202 | 337 | 334 | 52 | 0 | 1 | 15 | 262 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11011100 | 101010 | 0 | 1 | 1101 | 10110010 | 111011 | 1000101 |
Color Harmonies of #82DFDC
Complementary color
Monochromatic Colors of #82DFDC
Black with #82DFDC
Text Example
Text Example
White with #82DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFDC; }
p { color: rgb(130,223,220); }
H1.HeaderClassName
{
color: #82DFDC;
}
.AnyTagClassName
{
color: #82DFDC;
}
</style>
background-color css
<style>
a { background-color: #82DFDC; }
a { background-color: rgb(130,223,220); }
div.DivClassName
{
background-color: #82DFDC;
}
.BgClassName
{
background-color: #82DFDC;
}
</style>
border-color css
<style>
span { border-color: #82DFDC; }
span { border-color: rgb(130,223,220); }
td.TdClassName
{
border-color: #82DFDC;
}
.TagClassName
{
border-color: #82DFDC;
}
</style>