Shades of Vista Blue #86DBB6
Tints of Vista Blue #86DBB6
RGB
CMYK
RGB Variations
Color information
#86DBB6 (or 0x86DBB6) is known color: Vista Blue. HEX triplet: 86, DB and B6. RGB value is (134,219,182). Sum of RGB (Red+Green+Blue) = 134+219+182=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DBB6 is #792449. Grayscale: #BDBDBD. Windows color (decimal): -7939146 or 11983750. OLE color: 11983750.
HSL color Cylindrical-coordinate representation of color #86DBB6: hue angle of 153.88º 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 #86DBB6 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 182 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.14 |
| HSL | 153.88º | 0.54% | 0.69% | - |
| HSV(B) | 153.88º | 0.39% | 0.86% | - |
| XYZ | 43.61 | 59.11 | 53.37 | - |
| YUV | 189.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 182 | 0.39 | 0 | 0.17 | 0.14 | 153.88 | 0.54 | 0.69 |
| Hex | 86 | DB | B6 | 27 | 0 | 11 | E | 9A | 36 | 45 |
| Octal | 206 | 333 | 266 | 47 | 0 | 21 | 16 | 232 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10110110 | 100111 | 0 | 10001 | 1110 | 10011010 | 110110 | 1000101 |
Color Harmonies of #86DBB6
Complementary color
Monochromatic Colors of #86DBB6
Black with #86DBB6
Text Example
Text Example
White with #86DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBB6; }
p { color: rgb(134,219,182); }
H1.HeaderClassName
{
color: #86DBB6;
}
.AnyTagClassName
{
color: #86DBB6;
}
</style>
background-color css
<style>
a { background-color: #86DBB6; }
a { background-color: rgb(134,219,182); }
div.DivClassName
{
background-color: #86DBB6;
}
.BgClassName
{
background-color: #86DBB6;
}
</style>
border-color css
<style>
span { border-color: #86DBB6; }
span { border-color: rgb(134,219,182); }
td.TdClassName
{
border-color: #86DBB6;
}
.TagClassName
{
border-color: #86DBB6;
}
</style>