Shades of Vista Blue #86CEAC
Tints of Vista Blue #86CEAC
RGB
CMYK
RGB Variations
Color information
#86CEAC (or 0x86CEAC) is known color: Vista Blue. HEX triplet: 86, CE and AC. RGB value is (134,206,172). Sum of RGB (Red+Green+Blue) = 134+206+172=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEAC is #793153. Grayscale: #B4B4B4. Windows color (decimal): -7942484 or 11325062. OLE color: 11325062.
HSL color Cylindrical-coordinate representation of color #86CEAC: hue angle of 151.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEAC is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 172 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.19 |
| HSL | 151.67º | 0.42% | 0.67% | - |
| HSV(B) | 151.67º | 0.35% | 0.81% | - |
| XYZ | 39.35 | 52.19 | 47.03 | - |
| YUV | 180.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 172 | 0.35 | 0 | 0.17 | 0.19 | 151.67 | 0.42 | 0.67 |
| Hex | 86 | CE | AC | 23 | 0 | 11 | 13 | 98 | 2A | 43 |
| Octal | 206 | 316 | 254 | 43 | 0 | 21 | 23 | 230 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10101100 | 100011 | 0 | 10001 | 10011 | 10011000 | 101010 | 1000011 |
Color Harmonies of #86CEAC
Complementary color
Monochromatic Colors of #86CEAC
Black with #86CEAC
Text Example
Text Example
White with #86CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEAC; }
p { color: rgb(134,206,172); }
H1.HeaderClassName
{
color: #86CEAC;
}
.AnyTagClassName
{
color: #86CEAC;
}
</style>
background-color css
<style>
a { background-color: #86CEAC; }
a { background-color: rgb(134,206,172); }
div.DivClassName
{
background-color: #86CEAC;
}
.BgClassName
{
background-color: #86CEAC;
}
</style>
border-color css
<style>
span { border-color: #86CEAC; }
span { border-color: rgb(134,206,172); }
td.TdClassName
{
border-color: #86CEAC;
}
.TagClassName
{
border-color: #86CEAC;
}
</style>