Shades of Vista Blue #86CEA4
Tints of Vista Blue #86CEA4
RGB
CMYK
RGB Variations
Color information
#86CEA4 (or 0x86CEA4) is known color: Vista Blue. HEX triplet: 86, CE and A4. RGB value is (134,206,164). Sum of RGB (Red+Green+Blue) = 134+206+164=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEA4 is #79315B. Grayscale: #B3B3B3. Windows color (decimal): -7942492 or 10800774. OLE color: 10800774.
HSL color Cylindrical-coordinate representation of color #86CEA4: hue angle of 145º 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 #86CEA4 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 164 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.19 |
| HSL | 145º | 0.42% | 0.67% | - |
| HSV(B) | 145º | 0.35% | 0.81% | - |
| XYZ | 38.6 | 51.89 | 43.1 | - |
| YUV | 179.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 164 | 0.35 | 0 | 0.20 | 0.19 | 145 | 0.42 | 0.67 |
| Hex | 86 | CE | A4 | 23 | 0 | 14 | 13 | 91 | 2A | 43 |
| Octal | 206 | 316 | 244 | 43 | 0 | 24 | 23 | 221 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10100100 | 100011 | 0 | 10100 | 10011 | 10010001 | 101010 | 1000011 |
Color Harmonies of #86CEA4
Complementary color
Monochromatic Colors of #86CEA4
Black with #86CEA4
Text Example
Text Example
White with #86CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEA4; }
p { color: rgb(134,206,164); }
H1.HeaderClassName
{
color: #86CEA4;
}
.AnyTagClassName
{
color: #86CEA4;
}
</style>
background-color css
<style>
a { background-color: #86CEA4; }
a { background-color: rgb(134,206,164); }
div.DivClassName
{
background-color: #86CEA4;
}
.BgClassName
{
background-color: #86CEA4;
}
</style>
border-color css
<style>
span { border-color: #86CEA4; }
span { border-color: rgb(134,206,164); }
td.TdClassName
{
border-color: #86CEA4;
}
.TagClassName
{
border-color: #86CEA4;
}
</style>