Shades of Spray #86DCDB
Tints of Spray #86DCDB
RGB
CMYK
RGB Variations
Color information
#86DCDB (or 0x86DCDB) is known color: Spray. HEX triplet: 86, DC and DB. RGB value is (134,220,219). Sum of RGB (Red+Green+Blue) = 134+220+219=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDB is #792324. Grayscale: #C2C2C2. Windows color (decimal): -7938853 or 14408838. OLE color: 14408838.
HSL color Cylindrical-coordinate representation of color #86DCDB: hue angle of 179.3º 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 #86DCDB is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 219 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.14 |
| HSL | 179.3º | 0.55% | 0.69% | - |
| HSV(B) | 179.3º | 0.39% | 0.86% | - |
| XYZ | 48.21 | 61.37 | 76.32 | - |
| YUV | 194.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 219 | 0.39 | 0 | 0.00 | 0.14 | 179.3 | 0.55 | 0.69 |
| Hex | 86 | DC | DB | 27 | 0 | 0 | E | B3 | 37 | 45 |
| Octal | 206 | 334 | 333 | 47 | 0 | 0 | 16 | 263 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11011011 | 100111 | 0 | 0 | 1110 | 10110011 | 110111 | 1000101 |
Color Harmonies of #86DCDB
Complementary color
Monochromatic Colors of #86DCDB
Black with #86DCDB
Text Example
Text Example
White with #86DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCDB; }
p { color: rgb(134,220,219); }
H1.HeaderClassName
{
color: #86DCDB;
}
.AnyTagClassName
{
color: #86DCDB;
}
</style>
background-color css
<style>
a { background-color: #86DCDB; }
a { background-color: rgb(134,220,219); }
div.DivClassName
{
background-color: #86DCDB;
}
.BgClassName
{
background-color: #86DCDB;
}
</style>
border-color css
<style>
span { border-color: #86DCDB; }
span { border-color: rgb(134,220,219); }
td.TdClassName
{
border-color: #86DCDB;
}
.TagClassName
{
border-color: #86DCDB;
}
</style>