Shades of Spray #82DFE0
Tints of Spray #82DFE0
RGB
CMYK
RGB Variations
Color information
#82DFE0 (or 0x82DFE0) is known color: Spray. HEX triplet: 82, DF and E0. RGB value is (130,223,224). Sum of RGB (Red+Green+Blue) = 130+223+224=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #82DFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFE0 is #7D201F. Grayscale: #C3C3C3. Windows color (decimal): -8200224 or 14737282. OLE color: 14737282.
HSL color Cylindrical-coordinate representation of color #82DFE0: hue angle of 180.64º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFE0 is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 223 | 224 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.12 |
| HSL | 180.64º | 0.6% | 0.69% | - |
| HSV(B) | 180.64º | 0.42% | 0.88% | - |
| XYZ | 49.05 | 62.9 | 80.08 | - |
| YUV | 195.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 224 | 0.42 | 0.00 | 0 | 0.12 | 180.64 | 0.6 | 0.69 |
| Hex | 82 | DF | E0 | 2A | 0 | 0 | C | B5 | 3C | 45 |
| Octal | 202 | 337 | 340 | 52 | 0 | 0 | 14 | 265 | 74 | 105 |
| Binary | 10000010 | 11011111 | 11100000 | 101010 | 0 | 0 | 1100 | 10110101 | 111100 | 1000101 |
Color Harmonies of #82DFE0
Complementary color
Monochromatic Colors of #82DFE0
Black with #82DFE0
Text Example
Text Example
White with #82DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFE0; }
p { color: rgb(130,223,224); }
H1.HeaderClassName
{
color: #82DFE0;
}
.AnyTagClassName
{
color: #82DFE0;
}
</style>
background-color css
<style>
a { background-color: #82DFE0; }
a { background-color: rgb(130,223,224); }
div.DivClassName
{
background-color: #82DFE0;
}
.BgClassName
{
background-color: #82DFE0;
}
</style>
border-color css
<style>
span { border-color: #82DFE0; }
span { border-color: rgb(130,223,224); }
td.TdClassName
{
border-color: #82DFE0;
}
.TagClassName
{
border-color: #82DFE0;
}
</style>