Shades of Spray #82CEDC
Tints of Spray #82CEDC
RGB
CMYK
RGB Variations
Color information
#82CEDC (or 0x82CEDC) is known color: Spray. HEX triplet: 82, CE and DC. RGB value is (130,206,220). Sum of RGB (Red+Green+Blue) = 130+206+220=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #82CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEDC is #7D3123. Grayscale: #B8B8B8. Windows color (decimal): -8204580 or 14470786. OLE color: 14470786.
HSL color Cylindrical-coordinate representation of color #82CEDC: hue angle of 189.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82CEDC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 206 | 220 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.14 |
| HSL | 189.33º | 0.56% | 0.69% | - |
| HSV(B) | 189.33º | 0.41% | 0.86% | - |
| XYZ | 44.2 | 54.06 | 75.81 | - |
| YUV | 184.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 220 | 0.41 | 0.06 | 0 | 0.14 | 189.33 | 0.56 | 0.69 |
| Hex | 82 | CE | DC | 29 | 6 | 0 | E | BD | 38 | 45 |
| Octal | 202 | 316 | 334 | 51 | 6 | 0 | 16 | 275 | 70 | 105 |
| Binary | 10000010 | 11001110 | 11011100 | 101001 | 110 | 0 | 1110 | 10111101 | 111000 | 1000101 |
Color Harmonies of #82CEDC
Complementary color
Monochromatic Colors of #82CEDC
Black with #82CEDC
Text Example
Text Example
White with #82CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEDC; }
p { color: rgb(130,206,220); }
H1.HeaderClassName
{
color: #82CEDC;
}
.AnyTagClassName
{
color: #82CEDC;
}
</style>
background-color css
<style>
a { background-color: #82CEDC; }
a { background-color: rgb(130,206,220); }
div.DivClassName
{
background-color: #82CEDC;
}
.BgClassName
{
background-color: #82CEDC;
}
</style>
border-color css
<style>
span { border-color: #82CEDC; }
span { border-color: rgb(130,206,220); }
td.TdClassName
{
border-color: #82CEDC;
}
.TagClassName
{
border-color: #82CEDC;
}
</style>