Shades of Spray #86D6D7
Tints of Spray #86D6D7
RGB
CMYK
RGB Variations
Color information
#86D6D7 (or 0x86D6D7) is known color: Spray. HEX triplet: 86, D6 and D7. RGB value is (134,214,215). Sum of RGB (Red+Green+Blue) = 134+214+215=563 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.80% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #86D6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6D7 is #792928. Grayscale: #BEBEBE. Windows color (decimal): -7940393 or 14145158. OLE color: 14145158.
HSL color Cylindrical-coordinate representation of color #86D6D7: hue angle of 180.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D6D7 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 215 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.16 |
| HSL | 180.74º | 0.5% | 0.68% | - |
| HSV(B) | 180.74º | 0.38% | 0.84% | - |
| XYZ | 46.14 | 58.07 | 73.07 | - |
| YUV | 190.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 215 | 0.38 | 0.00 | 0 | 0.16 | 180.74 | 0.5 | 0.68 |
| Hex | 86 | D6 | D7 | 26 | 0 | 0 | 10 | B5 | 32 | 44 |
| Octal | 206 | 326 | 327 | 46 | 0 | 0 | 20 | 265 | 62 | 104 |
| Binary | 10000110 | 11010110 | 11010111 | 100110 | 0 | 0 | 10000 | 10110101 | 110010 | 1000100 |
Color Harmonies of #86D6D7
Complementary color
Monochromatic Colors of #86D6D7
Black with #86D6D7
Text Example
Text Example
White with #86D6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6D7; }
p { color: rgb(134,214,215); }
H1.HeaderClassName
{
color: #86D6D7;
}
.AnyTagClassName
{
color: #86D6D7;
}
</style>
background-color css
<style>
a { background-color: #86D6D7; }
a { background-color: rgb(134,214,215); }
div.DivClassName
{
background-color: #86D6D7;
}
.BgClassName
{
background-color: #86D6D7;
}
</style>
border-color css
<style>
span { border-color: #86D6D7; }
span { border-color: rgb(134,214,215); }
td.TdClassName
{
border-color: #86D6D7;
}
.TagClassName
{
border-color: #86D6D7;
}
</style>