Shades of Spray #86CDDD
Tints of Spray #86CDDD
RGB
CMYK
RGB Variations
Color information
#86CDDD (or 0x86CDDD) is known color: Spray. HEX triplet: 86, CD and DD. RGB value is (134,205,221). Sum of RGB (Red+Green+Blue) = 134+205+221=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #86CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDDD is #793222. Grayscale: #B9B9B9. Windows color (decimal): -7942691 or 14536070. OLE color: 14536070.
HSL color Cylindrical-coordinate representation of color #86CDDD: hue angle of 191.03º 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 #86CDDD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 205 | 221 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.13 |
| HSL | 191.03º | 0.56% | 0.7% | - |
| HSV(B) | 191.03º | 0.39% | 0.87% | - |
| XYZ | 44.71 | 53.95 | 76.46 | - |
| YUV | 185.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 221 | 0.39 | 0.07 | 0 | 0.13 | 191.03 | 0.56 | 0.7 |
| Hex | 86 | CD | DD | 27 | 7 | 0 | D | BF | 38 | 46 |
| Octal | 206 | 315 | 335 | 47 | 7 | 0 | 15 | 277 | 70 | 106 |
| Binary | 10000110 | 11001101 | 11011101 | 100111 | 111 | 0 | 1101 | 10111111 | 111000 | 1000110 |
Color Harmonies of #86CDDD
Complementary color
Monochromatic Colors of #86CDDD
Black with #86CDDD
Text Example
Text Example
White with #86CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDDD; }
p { color: rgb(134,205,221); }
H1.HeaderClassName
{
color: #86CDDD;
}
.AnyTagClassName
{
color: #86CDDD;
}
</style>
background-color css
<style>
a { background-color: #86CDDD; }
a { background-color: rgb(134,205,221); }
div.DivClassName
{
background-color: #86CDDD;
}
.BgClassName
{
background-color: #86CDDD;
}
</style>
border-color css
<style>
span { border-color: #86CDDD; }
span { border-color: rgb(134,205,221); }
td.TdClassName
{
border-color: #86CDDD;
}
.TagClassName
{
border-color: #86CDDD;
}
</style>