Shades of Vista Blue #86EAB5
Tints of Vista Blue #86EAB5
RGB
CMYK
RGB Variations
Color information
#86EAB5 (or 0x86EAB5) is known color: Vista Blue. HEX triplet: 86, EA and B5. RGB value is (134,234,181). Sum of RGB (Red+Green+Blue) = 134+234+181=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #86EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EAB5 is #79154A. Grayscale: #C6C6C6. Windows color (decimal): -7935307 or 11922054. OLE color: 11922054.
HSL color Cylindrical-coordinate representation of color #86EAB5: hue angle of 148.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EAB5 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 181 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.08 |
| HSL | 148.2º | 0.7% | 0.72% | - |
| HSV(B) | 148.2º | 0.43% | 0.92% | - |
| XYZ | 47.59 | 67.25 | 54.19 | - |
| YUV | 198.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 181 | 0.43 | 0 | 0.23 | 0.08 | 148.2 | 0.7 | 0.72 |
| Hex | 86 | EA | B5 | 2B | 0 | 17 | 8 | 94 | 46 | 48 |
| Octal | 206 | 352 | 265 | 53 | 0 | 27 | 10 | 224 | 106 | 110 |
| Binary | 10000110 | 11101010 | 10110101 | 101011 | 0 | 10111 | 1000 | 10010100 | 1000110 | 1001000 |
Color Harmonies of #86EAB5
Complementary color
Monochromatic Colors of #86EAB5
Black with #86EAB5
Text Example
Text Example
White with #86EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EAB5; }
p { color: rgb(134,234,181); }
H1.HeaderClassName
{
color: #86EAB5;
}
.AnyTagClassName
{
color: #86EAB5;
}
</style>
background-color css
<style>
a { background-color: #86EAB5; }
a { background-color: rgb(134,234,181); }
div.DivClassName
{
background-color: #86EAB5;
}
.BgClassName
{
background-color: #86EAB5;
}
</style>
border-color css
<style>
span { border-color: #86EAB5; }
span { border-color: rgb(134,234,181); }
td.TdClassName
{
border-color: #86EAB5;
}
.TagClassName
{
border-color: #86EAB5;
}
</style>