Shades of Spray #82C3DC
Tints of Spray #82C3DC
RGB
CMYK
RGB Variations
Color information
#82C3DC (or 0x82C3DC) is known color: Spray. HEX triplet: 82, C3 and DC. RGB value is (130,195,220). Sum of RGB (Red+Green+Blue) = 130+195+220=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #82C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3DC is #7D3C23. Grayscale: #B2B2B2. Windows color (decimal): -8207396 or 14467970. OLE color: 14467970.
HSL color Cylindrical-coordinate representation of color #82C3DC: hue angle of 196.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C3DC is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 195 | 220 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.14 |
| HSL | 196.67º | 0.56% | 0.69% | - |
| HSV(B) | 196.67º | 0.41% | 0.86% | - |
| XYZ | 41.64 | 48.94 | 74.96 | - |
| YUV | 178.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 220 | 0.41 | 0.11 | 0 | 0.14 | 196.67 | 0.56 | 0.69 |
| Hex | 82 | C3 | DC | 29 | B | 0 | E | C5 | 38 | 45 |
| Octal | 202 | 303 | 334 | 51 | 13 | 0 | 16 | 305 | 70 | 105 |
| Binary | 10000010 | 11000011 | 11011100 | 101001 | 1011 | 0 | 1110 | 11000101 | 111000 | 1000101 |
Color Harmonies of #82C3DC
Complementary color
Monochromatic Colors of #82C3DC
Black with #82C3DC
Text Example
Text Example
White with #82C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C3DC; }
p { color: rgb(130,195,220); }
H1.HeaderClassName
{
color: #82C3DC;
}
.AnyTagClassName
{
color: #82C3DC;
}
</style>
background-color css
<style>
a { background-color: #82C3DC; }
a { background-color: rgb(130,195,220); }
div.DivClassName
{
background-color: #82C3DC;
}
.BgClassName
{
background-color: #82C3DC;
}
</style>
border-color css
<style>
span { border-color: #82C3DC; }
span { border-color: rgb(130,195,220); }
td.TdClassName
{
border-color: #82C3DC;
}
.TagClassName
{
border-color: #82C3DC;
}
</style>