Shades of Spray #86C6DB
Tints of Spray #86C6DB
RGB
CMYK
RGB Variations
Color information
#86C6DB (or 0x86C6DB) is known color: Spray. HEX triplet: 86, C6 and DB. RGB value is (134,198,219). Sum of RGB (Red+Green+Blue) = 134+198+219=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #86C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C6DB is #793924. Grayscale: #B5B5B5. Windows color (decimal): -7944485 or 14403206. OLE color: 14403206.
HSL color Cylindrical-coordinate representation of color #86C6DB: hue angle of 194.82º degrees, saturation: 0.54, 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 #86C6DB is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 198 | 219 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.14 |
| HSL | 194.82º | 0.54% | 0.69% | - |
| HSV(B) | 194.82º | 0.39% | 0.86% | - |
| XYZ | 42.81 | 50.57 | 74.52 | - |
| YUV | 181.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 198 | 219 | 0.39 | 0.10 | 0 | 0.14 | 194.82 | 0.54 | 0.69 |
| Hex | 86 | C6 | DB | 27 | A | 0 | E | C3 | 36 | 45 |
| Octal | 206 | 306 | 333 | 47 | 12 | 0 | 16 | 303 | 66 | 105 |
| Binary | 10000110 | 11000110 | 11011011 | 100111 | 1010 | 0 | 1110 | 11000011 | 110110 | 1000101 |
Color Harmonies of #86C6DB
Complementary color
Monochromatic Colors of #86C6DB
Black with #86C6DB
Text Example
Text Example
White with #86C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C6DB; }
p { color: rgb(134,198,219); }
H1.HeaderClassName
{
color: #86C6DB;
}
.AnyTagClassName
{
color: #86C6DB;
}
</style>
background-color css
<style>
a { background-color: #86C6DB; }
a { background-color: rgb(134,198,219); }
div.DivClassName
{
background-color: #86C6DB;
}
.BgClassName
{
background-color: #86C6DB;
}
</style>
border-color css
<style>
span { border-color: #86C6DB; }
span { border-color: rgb(134,198,219); }
td.TdClassName
{
border-color: #86C6DB;
}
.TagClassName
{
border-color: #86C6DB;
}
</style>