Shades of Spray #82CBCC
Tints of Spray #82CBCC
RGB
CMYK
RGB Variations
Color information
#82CBCC (or 0x82CBCC) is known color: Spray. HEX triplet: 82, CB and CC. RGB value is (130,203,204). Sum of RGB (Red+Green+Blue) = 130+203+204=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #82CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBCC is #7D3433. Grayscale: #B5B5B5. Windows color (decimal): -8205364 or 13421442. OLE color: 13421442.
HSL color Cylindrical-coordinate representation of color #82CBCC: hue angle of 180.81º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CBCC is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 203 | 204 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.2 |
| HSL | 180.81º | 0.42% | 0.65% | - |
| HSV(B) | 180.81º | 0.36% | 0.8% | - |
| XYZ | 41.46 | 51.82 | 64.94 | - |
| YUV | 181.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 204 | 0.36 | 0.00 | 0 | 0.2 | 180.81 | 0.42 | 0.65 |
| Hex | 82 | CB | CC | 24 | 0 | 0 | 14 | B5 | 2A | 41 |
| Octal | 202 | 313 | 314 | 44 | 0 | 0 | 24 | 265 | 52 | 101 |
| Binary | 10000010 | 11001011 | 11001100 | 100100 | 0 | 0 | 10100 | 10110101 | 101010 | 1000001 |
Color Harmonies of #82CBCC
Complementary color
Monochromatic Colors of #82CBCC
Black with #82CBCC
Text Example
Text Example
White with #82CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBCC; }
p { color: rgb(130,203,204); }
H1.HeaderClassName
{
color: #82CBCC;
}
.AnyTagClassName
{
color: #82CBCC;
}
</style>
background-color css
<style>
a { background-color: #82CBCC; }
a { background-color: rgb(130,203,204); }
div.DivClassName
{
background-color: #82CBCC;
}
.BgClassName
{
background-color: #82CBCC;
}
</style>
border-color css
<style>
span { border-color: #82CBCC; }
span { border-color: rgb(130,203,204); }
td.TdClassName
{
border-color: #82CBCC;
}
.TagClassName
{
border-color: #82CBCC;
}
</style>