Shades of Vista Blue #86DCB0
Tints of Vista Blue #86DCB0
RGB
CMYK
RGB Variations
Color information
#86DCB0 (or 0x86DCB0) is known color: Vista Blue. HEX triplet: 86, DC and B0. RGB value is (134,220,176). Sum of RGB (Red+Green+Blue) = 134+220+176=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCB0 is #79234F. Grayscale: #BDBDBD. Windows color (decimal): -7938896 or 11590790. OLE color: 11590790.
HSL color Cylindrical-coordinate representation of color #86DCB0: hue angle of 149.3º 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 #86DCB0 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 176 | - |
| CMYK | 0.39 | 0 | 0.2 | 0.14 |
| HSL | 149.3º | 0.55% | 0.69% | - |
| HSV(B) | 149.3º | 0.39% | 0.86% | - |
| XYZ | 43.26 | 59.39 | 50.26 | - |
| YUV | 189.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 176 | 0.39 | 0 | 0.2 | 0.14 | 149.3 | 0.55 | 0.69 |
| Hex | 86 | DC | B0 | 27 | 0 | 14 | E | 95 | 37 | 45 |
| Octal | 206 | 334 | 260 | 47 | 0 | 24 | 16 | 225 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10110000 | 100111 | 0 | 10100 | 1110 | 10010101 | 110111 | 1000101 |
Color Harmonies of #86DCB0
Complementary color
Monochromatic Colors of #86DCB0
Black with #86DCB0
Text Example
Text Example
White with #86DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCB0; }
p { color: rgb(134,220,176); }
H1.HeaderClassName
{
color: #86DCB0;
}
.AnyTagClassName
{
color: #86DCB0;
}
</style>
background-color css
<style>
a { background-color: #86DCB0; }
a { background-color: rgb(134,220,176); }
div.DivClassName
{
background-color: #86DCB0;
}
.BgClassName
{
background-color: #86DCB0;
}
</style>
border-color css
<style>
span { border-color: #86DCB0; }
span { border-color: rgb(134,220,176); }
td.TdClassName
{
border-color: #86DCB0;
}
.TagClassName
{
border-color: #86DCB0;
}
</style>