Shades of Spray #82DDE9
Tints of Spray #82DDE9
RGB
CMYK
RGB Variations
Color information
#82DDE9 (or 0x82DDE9) is known color: Spray. HEX triplet: 82, DD and E9. RGB value is (130,221,233). Sum of RGB (Red+Green+Blue) = 130+221+233=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #82DDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DDE9 is #7D2216. Grayscale: #C3C3C3. Windows color (decimal): -8200727 or 15326594. OLE color: 15326594.
HSL color Cylindrical-coordinate representation of color #82DDE9: hue angle of 186.99º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DDE9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 221 | 233 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.09 |
| HSL | 186.99º | 0.7% | 0.71% | - |
| HSV(B) | 186.99º | 0.44% | 0.91% | - |
| XYZ | 49.77 | 62.34 | 86.5 | - |
| YUV | 195.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 233 | 0.44 | 0.05 | 0 | 0.09 | 186.99 | 0.7 | 0.71 |
| Hex | 82 | DD | E9 | 2C | 5 | 0 | 9 | BB | 46 | 47 |
| Octal | 202 | 335 | 351 | 54 | 5 | 0 | 11 | 273 | 106 | 107 |
| Binary | 10000010 | 11011101 | 11101001 | 101100 | 101 | 0 | 1001 | 10111011 | 1000110 | 1000111 |
Color Harmonies of #82DDE9
Complementary color
Monochromatic Colors of #82DDE9
Black with #82DDE9
Text Example
Text Example
White with #82DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DDE9; }
p { color: rgb(130,221,233); }
H1.HeaderClassName
{
color: #82DDE9;
}
.AnyTagClassName
{
color: #82DDE9;
}
</style>
background-color css
<style>
a { background-color: #82DDE9; }
a { background-color: rgb(130,221,233); }
div.DivClassName
{
background-color: #82DDE9;
}
.BgClassName
{
background-color: #82DDE9;
}
</style>
border-color css
<style>
span { border-color: #82DDE9; }
span { border-color: rgb(130,221,233); }
td.TdClassName
{
border-color: #82DDE9;
}
.TagClassName
{
border-color: #82DDE9;
}
</style>