Shades of Spray #86CCDD
Tints of Spray #86CCDD
RGB
CMYK
RGB Variations
Color information
#86CCDD (or 0x86CCDD) is known color: Spray. HEX triplet: 86, CC and DD. RGB value is (134,204,221). Sum of RGB (Red+Green+Blue) = 134+204+221=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #86CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCDD is #793322. Grayscale: #B8B8B8. Windows color (decimal): -7942947 or 14535814. OLE color: 14535814.
HSL color Cylindrical-coordinate representation of color #86CCDD: hue angle of 191.72º 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 #86CCDD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 204 | 221 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.13 |
| HSL | 191.72º | 0.56% | 0.7% | - |
| HSV(B) | 191.72º | 0.39% | 0.87% | - |
| XYZ | 44.48 | 53.47 | 76.38 | - |
| YUV | 185.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 221 | 0.39 | 0.08 | 0 | 0.13 | 191.72 | 0.56 | 0.7 |
| Hex | 86 | CC | DD | 27 | 8 | 0 | D | C0 | 38 | 46 |
| Octal | 206 | 314 | 335 | 47 | 10 | 0 | 15 | 300 | 70 | 106 |
| Binary | 10000110 | 11001100 | 11011101 | 100111 | 1000 | 0 | 1101 | 11000000 | 111000 | 1000110 |
Color Harmonies of #86CCDD
Complementary color
Monochromatic Colors of #86CCDD
Black with #86CCDD
Text Example
Text Example
White with #86CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCDD; }
p { color: rgb(134,204,221); }
H1.HeaderClassName
{
color: #86CCDD;
}
.AnyTagClassName
{
color: #86CCDD;
}
</style>
background-color css
<style>
a { background-color: #86CCDD; }
a { background-color: rgb(134,204,221); }
div.DivClassName
{
background-color: #86CCDD;
}
.BgClassName
{
background-color: #86CCDD;
}
</style>
border-color css
<style>
span { border-color: #86CCDD; }
span { border-color: rgb(134,204,221); }
td.TdClassName
{
border-color: #86CCDD;
}
.TagClassName
{
border-color: #86CCDD;
}
</style>