Shades of Vista Blue #86CEA5
Tints of Vista Blue #86CEA5
RGB
CMYK
RGB Variations
Color information
#86CEA5 (or 0x86CEA5) is known color: Vista Blue. HEX triplet: 86, CE and A5. RGB value is (134,206,165). Sum of RGB (Red+Green+Blue) = 134+206+165=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CEA5 is #79315A. Grayscale: #B3B3B3. Windows color (decimal): -7942491 or 10866310. OLE color: 10866310.
HSL color Cylindrical-coordinate representation of color #86CEA5: hue angle of 145.83º 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 #86CEA5 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 165 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.19 |
| HSL | 145.83º | 0.42% | 0.67% | - |
| HSV(B) | 145.83º | 0.35% | 0.81% | - |
| XYZ | 38.69 | 51.93 | 43.58 | - |
| YUV | 179.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 165 | 0.35 | 0 | 0.20 | 0.19 | 145.83 | 0.42 | 0.67 |
| Hex | 86 | CE | A5 | 23 | 0 | 14 | 13 | 92 | 2A | 43 |
| Octal | 206 | 316 | 245 | 43 | 0 | 24 | 23 | 222 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10100101 | 100011 | 0 | 10100 | 10011 | 10010010 | 101010 | 1000011 |
Color Harmonies of #86CEA5
Complementary color
Monochromatic Colors of #86CEA5
Black with #86CEA5
Text Example
Text Example
White with #86CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEA5; }
p { color: rgb(134,206,165); }
H1.HeaderClassName
{
color: #86CEA5;
}
.AnyTagClassName
{
color: #86CEA5;
}
</style>
background-color css
<style>
a { background-color: #86CEA5; }
a { background-color: rgb(134,206,165); }
div.DivClassName
{
background-color: #86CEA5;
}
.BgClassName
{
background-color: #86CEA5;
}
</style>
border-color css
<style>
span { border-color: #86CEA5; }
span { border-color: rgb(134,206,165); }
td.TdClassName
{
border-color: #86CEA5;
}
.TagClassName
{
border-color: #86CEA5;
}
</style>