Shades of Spray #86DDDC
Tints of Spray #86DDDC
RGB
CMYK
RGB Variations
Color information
#86DDDC (or 0x86DDDC) is known color: Spray. HEX triplet: 86, DD and DC. RGB value is (134,221,220). Sum of RGB (Red+Green+Blue) = 134+221+220=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDDC is #792223. Grayscale: #C2C2C2. Windows color (decimal): -7938596 or 14474630. OLE color: 14474630.
HSL color Cylindrical-coordinate representation of color #86DDDC: hue angle of 179.31º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDDC is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 220 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.13 |
| HSL | 179.31º | 0.56% | 0.7% | - |
| HSV(B) | 179.31º | 0.39% | 0.87% | - |
| XYZ | 48.61 | 61.95 | 77.11 | - |
| YUV | 194.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 220 | 0.39 | 0 | 0.00 | 0.13 | 179.31 | 0.56 | 0.7 |
| Hex | 86 | DD | DC | 27 | 0 | 0 | D | B3 | 38 | 46 |
| Octal | 206 | 335 | 334 | 47 | 0 | 0 | 15 | 263 | 70 | 106 |
| Binary | 10000110 | 11011101 | 11011100 | 100111 | 0 | 0 | 1101 | 10110011 | 111000 | 1000110 |
Color Harmonies of #86DDDC
Complementary color
Monochromatic Colors of #86DDDC
Black with #86DDDC
Text Example
Text Example
White with #86DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDDC; }
p { color: rgb(134,221,220); }
H1.HeaderClassName
{
color: #86DDDC;
}
.AnyTagClassName
{
color: #86DDDC;
}
</style>
background-color css
<style>
a { background-color: #86DDDC; }
a { background-color: rgb(134,221,220); }
div.DivClassName
{
background-color: #86DDDC;
}
.BgClassName
{
background-color: #86DDDC;
}
</style>
border-color css
<style>
span { border-color: #86DDDC; }
span { border-color: rgb(134,221,220); }
td.TdClassName
{
border-color: #86DDDC;
}
.TagClassName
{
border-color: #86DDDC;
}
</style>