Shades of Spray #86C0DB
Tints of Spray #86C0DB
RGB
CMYK
RGB Variations
Color information
#86C0DB (or 0x86C0DB) is known color: Spray. HEX triplet: 86, C0 and DB. RGB value is (134,192,219). Sum of RGB (Red+Green+Blue) = 134+192+219=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #86C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C0DB is #793F24. Grayscale: #B1B1B1. Windows color (decimal): -7946021 or 14401670. OLE color: 14401670.
HSL color Cylindrical-coordinate representation of color #86C0DB: hue angle of 199.06º 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 #86C0DB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 192 | 219 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.14 |
| HSL | 199.06º | 0.54% | 0.69% | - |
| HSV(B) | 199.06º | 0.39% | 0.86% | - |
| XYZ | 41.47 | 47.88 | 74.07 | - |
| YUV | 177.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 219 | 0.39 | 0.12 | 0 | 0.14 | 199.06 | 0.54 | 0.69 |
| Hex | 86 | C0 | DB | 27 | C | 0 | E | C7 | 36 | 45 |
| Octal | 206 | 300 | 333 | 47 | 14 | 0 | 16 | 307 | 66 | 105 |
| Binary | 10000110 | 11000000 | 11011011 | 100111 | 1100 | 0 | 1110 | 11000111 | 110110 | 1000101 |
Color Harmonies of #86C0DB
Complementary color
Monochromatic Colors of #86C0DB
Black with #86C0DB
Text Example
Text Example
White with #86C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0DB; }
p { color: rgb(134,192,219); }
H1.HeaderClassName
{
color: #86C0DB;
}
.AnyTagClassName
{
color: #86C0DB;
}
</style>
background-color css
<style>
a { background-color: #86C0DB; }
a { background-color: rgb(134,192,219); }
div.DivClassName
{
background-color: #86C0DB;
}
.BgClassName
{
background-color: #86C0DB;
}
</style>
border-color css
<style>
span { border-color: #86C0DB; }
span { border-color: rgb(134,192,219); }
td.TdClassName
{
border-color: #86C0DB;
}
.TagClassName
{
border-color: #86C0DB;
}
</style>