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