Shades of Spray #86D0DC
Tints of Spray #86D0DC
RGB
CMYK
RGB Variations
Color information
#86D0DC (or 0x86D0DC) is known color: Spray. HEX triplet: 86, D0 and DC. RGB value is (134,208,220). Sum of RGB (Red+Green+Blue) = 134+208+220=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #86D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D0DC is #792F23. Grayscale: #BBBBBB. Windows color (decimal): -7941924 or 14471302. OLE color: 14471302.
HSL color Cylindrical-coordinate representation of color #86D0DC: hue angle of 188.37º 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 #86D0DC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 208 | 220 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.14 |
| HSL | 188.37º | 0.55% | 0.69% | - |
| HSV(B) | 188.37º | 0.39% | 0.86% | - |
| XYZ | 45.31 | 55.35 | 76.01 | - |
| YUV | 187.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 220 | 0.39 | 0.05 | 0 | 0.14 | 188.37 | 0.55 | 0.69 |
| Hex | 86 | D0 | DC | 27 | 5 | 0 | E | BC | 37 | 45 |
| Octal | 206 | 320 | 334 | 47 | 5 | 0 | 16 | 274 | 67 | 105 |
| Binary | 10000110 | 11010000 | 11011100 | 100111 | 101 | 0 | 1110 | 10111100 | 110111 | 1000101 |
Color Harmonies of #86D0DC
Complementary color
Monochromatic Colors of #86D0DC
Black with #86D0DC
Text Example
Text Example
White with #86D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D0DC; }
p { color: rgb(134,208,220); }
H1.HeaderClassName
{
color: #86D0DC;
}
.AnyTagClassName
{
color: #86D0DC;
}
</style>
background-color css
<style>
a { background-color: #86D0DC; }
a { background-color: rgb(134,208,220); }
div.DivClassName
{
background-color: #86D0DC;
}
.BgClassName
{
background-color: #86D0DC;
}
</style>
border-color css
<style>
span { border-color: #86D0DC; }
span { border-color: rgb(134,208,220); }
td.TdClassName
{
border-color: #86D0DC;
}
.TagClassName
{
border-color: #86D0DC;
}
</style>