Shades of Vista Blue #85EDA6
Tints of Vista Blue #85EDA6
RGB
CMYK
RGB Variations
Color information
#85EDA6 (or 0x85EDA6) is known color: Vista Blue. HEX triplet: 85, ED and A6. RGB value is (133,237,166). Sum of RGB (Red+Green+Blue) = 133+237+166=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EDA6 is #7A1259. Grayscale: #C5C5C5. Windows color (decimal): -8000090 or 10939781. OLE color: 10939781.
HSL color Cylindrical-coordinate representation of color #85EDA6: hue angle of 139.04º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDA6 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 166 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.07 |
| HSL | 139.04º | 0.74% | 0.73% | - |
| HSV(B) | 139.04º | 0.44% | 0.93% | - |
| XYZ | 46.84 | 68.31 | 46.79 | - |
| YUV | 197.81 | 110.04 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 166 | 0.44 | 0 | 0.30 | 0.07 | 139.04 | 0.74 | 0.73 |
| Hex | 85 | ED | A6 | 2C | 0 | 1E | 7 | 8B | 4A | 49 |
| Octal | 205 | 355 | 246 | 54 | 0 | 36 | 7 | 213 | 112 | 111 |
| Binary | 10000101 | 11101101 | 10100110 | 101100 | 0 | 11110 | 111 | 10001011 | 1001010 | 1001001 |
Color Harmonies of #85EDA6
Complementary color
Monochromatic Colors of #85EDA6
Black with #85EDA6
Text Example
Text Example
White with #85EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDA6; }
p { color: rgb(133,237,166); }
H1.HeaderClassName
{
color: #85EDA6;
}
.AnyTagClassName
{
color: #85EDA6;
}
</style>
background-color css
<style>
a { background-color: #85EDA6; }
a { background-color: rgb(133,237,166); }
div.DivClassName
{
background-color: #85EDA6;
}
.BgClassName
{
background-color: #85EDA6;
}
</style>
border-color css
<style>
span { border-color: #85EDA6; }
span { border-color: rgb(133,237,166); }
td.TdClassName
{
border-color: #85EDA6;
}
.TagClassName
{
border-color: #85EDA6;
}
</style>