Shades of Spray #82C4DF
Tints of Spray #82C4DF
RGB
CMYK
RGB Variations
Color information
#82C4DF (or 0x82C4DF) is known color: Spray. HEX triplet: 82, C4 and DF. RGB value is (130,196,223). Sum of RGB (Red+Green+Blue) = 130+196+223=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #82C4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C4DF is #7D3B20. Grayscale: #B3B3B3. Windows color (decimal): -8207137 or 14664834. OLE color: 14664834.
HSL color Cylindrical-coordinate representation of color #82C4DF: hue angle of 197.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82C4DF is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 196 | 223 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.13 |
| HSL | 197.42º | 0.59% | 0.69% | - |
| HSV(B) | 197.42º | 0.42% | 0.87% | - |
| XYZ | 42.27 | 49.55 | 77.15 | - |
| YUV | 179.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 223 | 0.42 | 0.12 | 0 | 0.13 | 197.42 | 0.59 | 0.69 |
| Hex | 82 | C4 | DF | 2A | C | 0 | D | C5 | 3B | 45 |
| Octal | 202 | 304 | 337 | 52 | 14 | 0 | 15 | 305 | 73 | 105 |
| Binary | 10000010 | 11000100 | 11011111 | 101010 | 1100 | 0 | 1101 | 11000101 | 111011 | 1000101 |
Color Harmonies of #82C4DF
Complementary color
Monochromatic Colors of #82C4DF
Black with #82C4DF
Text Example
Text Example
White with #82C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C4DF; }
p { color: rgb(130,196,223); }
H1.HeaderClassName
{
color: #82C4DF;
}
.AnyTagClassName
{
color: #82C4DF;
}
</style>
background-color css
<style>
a { background-color: #82C4DF; }
a { background-color: rgb(130,196,223); }
div.DivClassName
{
background-color: #82C4DF;
}
.BgClassName
{
background-color: #82C4DF;
}
</style>
border-color css
<style>
span { border-color: #82C4DF; }
span { border-color: rgb(130,196,223); }
td.TdClassName
{
border-color: #82C4DF;
}
.TagClassName
{
border-color: #82C4DF;
}
</style>