Shades of Vista Blue #85EAA6
Tints of Vista Blue #85EAA6
RGB
CMYK
RGB Variations
Color information
#85EAA6 (or 0x85EAA6) is known color: Vista Blue. HEX triplet: 85, EA and A6. RGB value is (133,234,166). Sum of RGB (Red+Green+Blue) = 133+234+166=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EAA6 is #7A1559. Grayscale: #C4C4C4. Windows color (decimal): -8000858 or 10939013. OLE color: 10939013.
HSL color Cylindrical-coordinate representation of color #85EAA6: hue angle of 139.6º degrees, saturation: 0.71, 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 #85EAA6 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 166 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.08 |
| HSL | 139.6º | 0.71% | 0.72% | - |
| HSV(B) | 139.6º | 0.43% | 0.92% | - |
| XYZ | 45.98 | 66.59 | 46.51 | - |
| YUV | 196.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 166 | 0.43 | 0 | 0.29 | 0.08 | 139.6 | 0.71 | 0.72 |
| Hex | 85 | EA | A6 | 2B | 0 | 1D | 8 | 8C | 47 | 48 |
| Octal | 205 | 352 | 246 | 53 | 0 | 35 | 10 | 214 | 107 | 110 |
| Binary | 10000101 | 11101010 | 10100110 | 101011 | 0 | 11101 | 1000 | 10001100 | 1000111 | 1001000 |
Color Harmonies of #85EAA6
Complementary color
Monochromatic Colors of #85EAA6
Black with #85EAA6
Text Example
Text Example
White with #85EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EAA6; }
p { color: rgb(133,234,166); }
H1.HeaderClassName
{
color: #85EAA6;
}
.AnyTagClassName
{
color: #85EAA6;
}
</style>
background-color css
<style>
a { background-color: #85EAA6; }
a { background-color: rgb(133,234,166); }
div.DivClassName
{
background-color: #85EAA6;
}
.BgClassName
{
background-color: #85EAA6;
}
</style>
border-color css
<style>
span { border-color: #85EAA6; }
span { border-color: rgb(133,234,166); }
td.TdClassName
{
border-color: #85EAA6;
}
.TagClassName
{
border-color: #85EAA6;
}
</style>