Shades of Spray #82CED9
Tints of Spray #82CED9
RGB
CMYK
RGB Variations
Color information
#82CED9 (or 0x82CED9) is known color: Spray. HEX triplet: 82, CE and D9. RGB value is (130,206,217). Sum of RGB (Red+Green+Blue) = 130+206+217=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #82CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CED9 is #7D3126. Grayscale: #B8B8B8. Windows color (decimal): -8204583 or 14274178. OLE color: 14274178.
HSL color Cylindrical-coordinate representation of color #82CED9: hue angle of 187.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CED9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 206 | 217 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.15 |
| HSL | 187.59º | 0.53% | 0.68% | - |
| HSV(B) | 187.59º | 0.4% | 0.85% | - |
| XYZ | 43.8 | 53.9 | 73.74 | - |
| YUV | 184.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 217 | 0.40 | 0.05 | 0 | 0.15 | 187.59 | 0.53 | 0.68 |
| Hex | 82 | CE | D9 | 28 | 5 | 0 | F | BC | 35 | 44 |
| Octal | 202 | 316 | 331 | 50 | 5 | 0 | 17 | 274 | 65 | 104 |
| Binary | 10000010 | 11001110 | 11011001 | 101000 | 101 | 0 | 1111 | 10111100 | 110101 | 1000100 |
Color Harmonies of #82CED9
Complementary color
Monochromatic Colors of #82CED9
Black with #82CED9
Text Example
Text Example
White with #82CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CED9; }
p { color: rgb(130,206,217); }
H1.HeaderClassName
{
color: #82CED9;
}
.AnyTagClassName
{
color: #82CED9;
}
</style>
background-color css
<style>
a { background-color: #82CED9; }
a { background-color: rgb(130,206,217); }
div.DivClassName
{
background-color: #82CED9;
}
.BgClassName
{
background-color: #82CED9;
}
</style>
border-color css
<style>
span { border-color: #82CED9; }
span { border-color: rgb(130,206,217); }
td.TdClassName
{
border-color: #82CED9;
}
.TagClassName
{
border-color: #82CED9;
}
</style>