Shades of Spray #86D3DC
Tints of Spray #86D3DC
RGB
CMYK
RGB Variations
Color information
#86D3DC (or 0x86D3DC) is known color: Spray. HEX triplet: 86, D3 and DC. RGB value is (134,211,220). Sum of RGB (Red+Green+Blue) = 134+211+220=565 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.72% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D3DC is #792C23. Grayscale: #BCBCBC. Windows color (decimal): -7941156 or 14472070. OLE color: 14472070.
HSL color Cylindrical-coordinate representation of color #86D3DC: hue angle of 186.28º 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 #86D3DC is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 211 | 220 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.14 |
| HSL | 186.28º | 0.55% | 0.69% | - |
| HSV(B) | 186.28º | 0.39% | 0.86% | - |
| XYZ | 46.04 | 56.82 | 76.25 | - |
| YUV | 189 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 220 | 0.39 | 0.04 | 0 | 0.14 | 186.28 | 0.55 | 0.69 |
| Hex | 86 | D3 | DC | 27 | 4 | 0 | E | BA | 37 | 45 |
| Octal | 206 | 323 | 334 | 47 | 4 | 0 | 16 | 272 | 67 | 105 |
| Binary | 10000110 | 11010011 | 11011100 | 100111 | 100 | 0 | 1110 | 10111010 | 110111 | 1000101 |
Color Harmonies of #86D3DC
Complementary color
Monochromatic Colors of #86D3DC
Black with #86D3DC
Text Example
Text Example
White with #86D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D3DC; }
p { color: rgb(134,211,220); }
H1.HeaderClassName
{
color: #86D3DC;
}
.AnyTagClassName
{
color: #86D3DC;
}
</style>
background-color css
<style>
a { background-color: #86D3DC; }
a { background-color: rgb(134,211,220); }
div.DivClassName
{
background-color: #86D3DC;
}
.BgClassName
{
background-color: #86D3DC;
}
</style>
border-color css
<style>
span { border-color: #86D3DC; }
span { border-color: rgb(134,211,220); }
td.TdClassName
{
border-color: #86D3DC;
}
.TagClassName
{
border-color: #86D3DC;
}
</style>