Shades of Spray #82CBCD
Tints of Spray #82CBCD
RGB
CMYK
RGB Variations
Color information
#82CBCD (or 0x82CBCD) is known color: Spray. HEX triplet: 82, CB and CD. RGB value is (130,203,205). Sum of RGB (Red+Green+Blue) = 130+203+205=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #82CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBCD is #7D3432. Grayscale: #B5B5B5. Windows color (decimal): -8205363 or 13486978. OLE color: 13486978.
HSL color Cylindrical-coordinate representation of color #82CBCD: hue angle of 181.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CBCD is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 205 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.20 |
| HSL | 181.6º | 0.43% | 0.66% | - |
| HSV(B) | 181.6º | 0.37% | 0.8% | - |
| XYZ | 41.58 | 51.87 | 65.58 | - |
| YUV | 181.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 205 | 0.37 | 0.01 | 0 | 0.20 | 181.6 | 0.43 | 0.66 |
| Hex | 82 | CB | CD | 25 | 1 | 0 | 14 | B6 | 2B | 42 |
| Octal | 202 | 313 | 315 | 45 | 1 | 0 | 24 | 266 | 53 | 102 |
| Binary | 10000010 | 11001011 | 11001101 | 100101 | 1 | 0 | 10100 | 10110110 | 101011 | 1000010 |
Color Harmonies of #82CBCD
Complementary color
Monochromatic Colors of #82CBCD
Black with #82CBCD
Text Example
Text Example
White with #82CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBCD; }
p { color: rgb(130,203,205); }
H1.HeaderClassName
{
color: #82CBCD;
}
.AnyTagClassName
{
color: #82CBCD;
}
</style>
background-color css
<style>
a { background-color: #82CBCD; }
a { background-color: rgb(130,203,205); }
div.DivClassName
{
background-color: #82CBCD;
}
.BgClassName
{
background-color: #82CBCD;
}
</style>
border-color css
<style>
span { border-color: #82CBCD; }
span { border-color: rgb(130,203,205); }
td.TdClassName
{
border-color: #82CBCD;
}
.TagClassName
{
border-color: #82CBCD;
}
</style>