Shades of Spray #86D6DF
Tints of Spray #86D6DF
RGB
CMYK
RGB Variations
Color information
#86D6DF (or 0x86D6DF) is known color: Spray. HEX triplet: 86, D6 and DF. RGB value is (134,214,223). Sum of RGB (Red+Green+Blue) = 134+214+223=571 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.47% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #86D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6DF is #792920. Grayscale: #BEBEBE. Windows color (decimal): -7940385 or 14669446. OLE color: 14669446.
HSL color Cylindrical-coordinate representation of color #86D6DF: hue angle of 186.07º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86D6DF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 214 | 223 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.13 |
| HSL | 186.07º | 0.58% | 0.7% | - |
| HSV(B) | 186.07º | 0.4% | 0.87% | - |
| XYZ | 47.2 | 58.49 | 78.61 | - |
| YUV | 191.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 223 | 0.40 | 0.04 | 0 | 0.13 | 186.07 | 0.58 | 0.7 |
| Hex | 86 | D6 | DF | 28 | 4 | 0 | D | BA | 3A | 46 |
| Octal | 206 | 326 | 337 | 50 | 4 | 0 | 15 | 272 | 72 | 106 |
| Binary | 10000110 | 11010110 | 11011111 | 101000 | 100 | 0 | 1101 | 10111010 | 111010 | 1000110 |
Color Harmonies of #86D6DF
Complementary color
Monochromatic Colors of #86D6DF
Black with #86D6DF
Text Example
Text Example
White with #86D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6DF; }
p { color: rgb(134,214,223); }
H1.HeaderClassName
{
color: #86D6DF;
}
.AnyTagClassName
{
color: #86D6DF;
}
</style>
background-color css
<style>
a { background-color: #86D6DF; }
a { background-color: rgb(134,214,223); }
div.DivClassName
{
background-color: #86D6DF;
}
.BgClassName
{
background-color: #86D6DF;
}
</style>
border-color css
<style>
span { border-color: #86D6DF; }
span { border-color: rgb(134,214,223); }
td.TdClassName
{
border-color: #86D6DF;
}
.TagClassName
{
border-color: #86D6DF;
}
</style>