Shades of Spray #86DCDF
Tints of Spray #86DCDF
RGB
CMYK
RGB Variations
Color information
#86DCDF (or 0x86DCDF) is known color: Spray. HEX triplet: 86, DC and DF. RGB value is (134,220,223). Sum of RGB (Red+Green+Blue) = 134+220+223=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #86DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCDF is #792320. Grayscale: #C2C2C2. Windows color (decimal): -7938849 or 14670982. OLE color: 14670982.
HSL color Cylindrical-coordinate representation of color #86DCDF: hue angle of 182.02º 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 #86DCDF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 220 | 223 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.13 |
| HSL | 182.02º | 0.58% | 0.7% | - |
| HSV(B) | 182.02º | 0.4% | 0.87% | - |
| XYZ | 48.74 | 61.58 | 79.13 | - |
| YUV | 194.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 223 | 0.40 | 0.01 | 0 | 0.13 | 182.02 | 0.58 | 0.7 |
| Hex | 86 | DC | DF | 28 | 1 | 0 | D | B6 | 3A | 46 |
| Octal | 206 | 334 | 337 | 50 | 1 | 0 | 15 | 266 | 72 | 106 |
| Binary | 10000110 | 11011100 | 11011111 | 101000 | 1 | 0 | 1101 | 10110110 | 111010 | 1000110 |
Color Harmonies of #86DCDF
Complementary color
Monochromatic Colors of #86DCDF
Black with #86DCDF
Text Example
Text Example
White with #86DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCDF; }
p { color: rgb(134,220,223); }
H1.HeaderClassName
{
color: #86DCDF;
}
.AnyTagClassName
{
color: #86DCDF;
}
</style>
background-color css
<style>
a { background-color: #86DCDF; }
a { background-color: rgb(134,220,223); }
div.DivClassName
{
background-color: #86DCDF;
}
.BgClassName
{
background-color: #86DCDF;
}
</style>
border-color css
<style>
span { border-color: #86DCDF; }
span { border-color: rgb(134,220,223); }
td.TdClassName
{
border-color: #86DCDF;
}
.TagClassName
{
border-color: #86DCDF;
}
</style>