Shades of Spray #82CED1
Tints of Spray #82CED1
RGB
CMYK
RGB Variations
Color information
#82CED1 (or 0x82CED1) is known color: Spray. HEX triplet: 82, CE and D1. RGB value is (130,206,209). Sum of RGB (Red+Green+Blue) = 130+206+209=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #82CED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CED1 is #7D312E. Grayscale: #B7B7B7. Windows color (decimal): -8204591 or 13749890. OLE color: 13749890.
HSL color Cylindrical-coordinate representation of color #82CED1: hue angle of 182.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82CED1 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 206 | 209 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.18 |
| HSL | 182.28º | 0.46% | 0.66% | - |
| HSV(B) | 182.28º | 0.38% | 0.82% | - |
| XYZ | 42.79 | 53.49 | 68.39 | - |
| YUV | 183.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 209 | 0.38 | 0.01 | 0 | 0.18 | 182.28 | 0.46 | 0.66 |
| Hex | 82 | CE | D1 | 26 | 1 | 0 | 12 | B6 | 2E | 42 |
| Octal | 202 | 316 | 321 | 46 | 1 | 0 | 22 | 266 | 56 | 102 |
| Binary | 10000010 | 11001110 | 11010001 | 100110 | 1 | 0 | 10010 | 10110110 | 101110 | 1000010 |
Color Harmonies of #82CED1
Complementary color
Monochromatic Colors of #82CED1
Black with #82CED1
Text Example
Text Example
White with #82CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CED1; }
p { color: rgb(130,206,209); }
H1.HeaderClassName
{
color: #82CED1;
}
.AnyTagClassName
{
color: #82CED1;
}
</style>
background-color css
<style>
a { background-color: #82CED1; }
a { background-color: rgb(130,206,209); }
div.DivClassName
{
background-color: #82CED1;
}
.BgClassName
{
background-color: #82CED1;
}
</style>
border-color css
<style>
span { border-color: #82CED1; }
span { border-color: rgb(130,206,209); }
td.TdClassName
{
border-color: #82CED1;
}
.TagClassName
{
border-color: #82CED1;
}
</style>