Shades of Vista Blue #86CDA3
Tints of Vista Blue #86CDA3
RGB
CMYK
RGB Variations
Color information
#86CDA3 (or 0x86CDA3) is known color: Vista Blue. HEX triplet: 86, CD and A3. RGB value is (134,205,163). Sum of RGB (Red+Green+Blue) = 134+205+163=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #86CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CDA3 is #79325C. Grayscale: #B3B3B3. Windows color (decimal): -7942749 or 10734982. OLE color: 10734982.
HSL color Cylindrical-coordinate representation of color #86CDA3: hue angle of 144.51º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CDA3 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 205 | 163 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.20 |
| HSL | 144.51º | 0.42% | 0.66% | - |
| HSV(B) | 144.51º | 0.35% | 0.8% | - |
| XYZ | 38.27 | 51.38 | 42.55 | - |
| YUV | 178.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 205 | 163 | 0.35 | 0 | 0.20 | 0.20 | 144.51 | 0.42 | 0.66 |
| Hex | 86 | CD | A3 | 23 | 0 | 14 | 14 | 91 | 2A | 42 |
| Octal | 206 | 315 | 243 | 43 | 0 | 24 | 24 | 221 | 52 | 102 |
| Binary | 10000110 | 11001101 | 10100011 | 100011 | 0 | 10100 | 10100 | 10010001 | 101010 | 1000010 |
Color Harmonies of #86CDA3
Complementary color
Monochromatic Colors of #86CDA3
Black with #86CDA3
Text Example
Text Example
White with #86CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CDA3; }
p { color: rgb(134,205,163); }
H1.HeaderClassName
{
color: #86CDA3;
}
.AnyTagClassName
{
color: #86CDA3;
}
</style>
background-color css
<style>
a { background-color: #86CDA3; }
a { background-color: rgb(134,205,163); }
div.DivClassName
{
background-color: #86CDA3;
}
.BgClassName
{
background-color: #86CDA3;
}
</style>
border-color css
<style>
span { border-color: #86CDA3; }
span { border-color: rgb(134,205,163); }
td.TdClassName
{
border-color: #86CDA3;
}
.TagClassName
{
border-color: #86CDA3;
}
</style>