Shades of Spray #82C8DB
Tints of Spray #82C8DB
RGB
CMYK
RGB Variations
Color information
#82C8DB (or 0x82C8DB) is known color: Spray. HEX triplet: 82, C8 and DB. RGB value is (130,200,219). Sum of RGB (Red+Green+Blue) = 130+200+219=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #82C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C8DB is #7D3724. Grayscale: #B5B5B5. Windows color (decimal): -8206117 or 14403714. OLE color: 14403714.
HSL color Cylindrical-coordinate representation of color #82C8DB: hue angle of 192.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C8DB is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 200 | 219 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.14 |
| HSL | 192.81º | 0.55% | 0.68% | - |
| HSV(B) | 192.81º | 0.41% | 0.86% | - |
| XYZ | 42.65 | 51.17 | 74.65 | - |
| YUV | 181.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 219 | 0.41 | 0.09 | 0 | 0.14 | 192.81 | 0.55 | 0.68 |
| Hex | 82 | C8 | DB | 29 | 9 | 0 | E | C1 | 37 | 44 |
| Octal | 202 | 310 | 333 | 51 | 11 | 0 | 16 | 301 | 67 | 104 |
| Binary | 10000010 | 11001000 | 11011011 | 101001 | 1001 | 0 | 1110 | 11000001 | 110111 | 1000100 |
Color Harmonies of #82C8DB
Complementary color
Monochromatic Colors of #82C8DB
Black with #82C8DB
Text Example
Text Example
White with #82C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C8DB; }
p { color: rgb(130,200,219); }
H1.HeaderClassName
{
color: #82C8DB;
}
.AnyTagClassName
{
color: #82C8DB;
}
</style>
background-color css
<style>
a { background-color: #82C8DB; }
a { background-color: rgb(130,200,219); }
div.DivClassName
{
background-color: #82C8DB;
}
.BgClassName
{
background-color: #82C8DB;
}
</style>
border-color css
<style>
span { border-color: #82C8DB; }
span { border-color: rgb(130,200,219); }
td.TdClassName
{
border-color: #82C8DB;
}
.TagClassName
{
border-color: #82C8DB;
}
</style>