Shades of Vista Blue #86CEA2
Tints of Vista Blue #86CEA2
RGB
CMYK
RGB Variations
Color information
#86CEA2 (or 0x86CEA2) is known color: Vista Blue. HEX triplet: 86, CE and A2. RGB value is (134,206,162). Sum of RGB (Red+Green+Blue) = 134+206+162=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEA2 is #79315D. Grayscale: #B3B3B3. Windows color (decimal): -7942494 or 10669702. OLE color: 10669702.
HSL color Cylindrical-coordinate representation of color #86CEA2: hue angle of 143.33º 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 #86CEA2 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 162 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.19 |
| HSL | 143.33º | 0.42% | 0.67% | - |
| HSV(B) | 143.33º | 0.35% | 0.81% | - |
| XYZ | 38.42 | 51.82 | 42.16 | - |
| YUV | 179.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 162 | 0.35 | 0 | 0.21 | 0.19 | 143.33 | 0.42 | 0.67 |
| Hex | 86 | CE | A2 | 23 | 0 | 15 | 13 | 8F | 2A | 43 |
| Octal | 206 | 316 | 242 | 43 | 0 | 25 | 23 | 217 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10100010 | 100011 | 0 | 10101 | 10011 | 10001111 | 101010 | 1000011 |
Color Harmonies of #86CEA2
Complementary color
Monochromatic Colors of #86CEA2
Black with #86CEA2
Text Example
Text Example
White with #86CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEA2; }
p { color: rgb(134,206,162); }
H1.HeaderClassName
{
color: #86CEA2;
}
.AnyTagClassName
{
color: #86CEA2;
}
</style>
background-color css
<style>
a { background-color: #86CEA2; }
a { background-color: rgb(134,206,162); }
div.DivClassName
{
background-color: #86CEA2;
}
.BgClassName
{
background-color: #86CEA2;
}
</style>
border-color css
<style>
span { border-color: #86CEA2; }
span { border-color: rgb(134,206,162); }
td.TdClassName
{
border-color: #86CEA2;
}
.TagClassName
{
border-color: #86CEA2;
}
</style>