Shades of Spray #86D6DC
Tints of Spray #86D6DC
RGB
CMYK
RGB Variations
Color information
#86D6DC (or 0x86D6DC) is known color: Spray. HEX triplet: 86, D6 and DC. RGB value is (134,214,220). Sum of RGB (Red+Green+Blue) = 134+214+220=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6DC is #792923. Grayscale: #BEBEBE. Windows color (decimal): -7940388 or 14472838. OLE color: 14472838.
HSL color Cylindrical-coordinate representation of color #86D6DC: hue angle of 184.19º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86D6DC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 214 | 220 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.14 |
| HSL | 184.19º | 0.55% | 0.69% | - |
| HSV(B) | 184.19º | 0.39% | 0.86% | - |
| XYZ | 46.8 | 58.33 | 76.5 | - |
| YUV | 190.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 220 | 0.39 | 0.03 | 0 | 0.14 | 184.19 | 0.55 | 0.69 |
| Hex | 86 | D6 | DC | 27 | 3 | 0 | E | B8 | 37 | 45 |
| Octal | 206 | 326 | 334 | 47 | 3 | 0 | 16 | 270 | 67 | 105 |
| Binary | 10000110 | 11010110 | 11011100 | 100111 | 11 | 0 | 1110 | 10111000 | 110111 | 1000101 |
Color Harmonies of #86D6DC
Complementary color
Monochromatic Colors of #86D6DC
Black with #86D6DC
Text Example
Text Example
White with #86D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6DC; }
p { color: rgb(134,214,220); }
H1.HeaderClassName
{
color: #86D6DC;
}
.AnyTagClassName
{
color: #86D6DC;
}
</style>
background-color css
<style>
a { background-color: #86D6DC; }
a { background-color: rgb(134,214,220); }
div.DivClassName
{
background-color: #86D6DC;
}
.BgClassName
{
background-color: #86D6DC;
}
</style>
border-color css
<style>
span { border-color: #86D6DC; }
span { border-color: rgb(134,214,220); }
td.TdClassName
{
border-color: #86D6DC;
}
.TagClassName
{
border-color: #86D6DC;
}
</style>