Shades of Spray #86D9DD
Tints of Spray #86D9DD
RGB
CMYK
RGB Variations
Color information
#86D9DD (or 0x86D9DD) is known color: Spray. HEX triplet: 86, D9 and DD. RGB value is (134,217,221). Sum of RGB (Red+Green+Blue) = 134+217+221=572 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.43% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #86D9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D9DD is #792622. Grayscale: #C0C0C0. Windows color (decimal): -7939619 or 14539142. OLE color: 14539142.
HSL color Cylindrical-coordinate representation of color #86D9DD: hue angle of 182.76º 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 #86D9DD is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 217 | 221 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.13 |
| HSL | 182.76º | 0.56% | 0.7% | - |
| HSV(B) | 182.76º | 0.39% | 0.87% | - |
| XYZ | 47.7 | 59.91 | 77.46 | - |
| YUV | 192.64 | 144 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 221 | 0.39 | 0.02 | 0 | 0.13 | 182.76 | 0.56 | 0.7 |
| Hex | 86 | D9 | DD | 27 | 2 | 0 | D | B7 | 38 | 46 |
| Octal | 206 | 331 | 335 | 47 | 2 | 0 | 15 | 267 | 70 | 106 |
| Binary | 10000110 | 11011001 | 11011101 | 100111 | 10 | 0 | 1101 | 10110111 | 111000 | 1000110 |
Color Harmonies of #86D9DD
Complementary color
Monochromatic Colors of #86D9DD
Black with #86D9DD
Text Example
Text Example
White with #86D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9DD; }
p { color: rgb(134,217,221); }
H1.HeaderClassName
{
color: #86D9DD;
}
.AnyTagClassName
{
color: #86D9DD;
}
</style>
background-color css
<style>
a { background-color: #86D9DD; }
a { background-color: rgb(134,217,221); }
div.DivClassName
{
background-color: #86D9DD;
}
.BgClassName
{
background-color: #86D9DD;
}
</style>
border-color css
<style>
span { border-color: #86D9DD; }
span { border-color: rgb(134,217,221); }
td.TdClassName
{
border-color: #86D9DD;
}
.TagClassName
{
border-color: #86D9DD;
}
</style>