Shades of Vista Blue #85EAB6
Tints of Vista Blue #85EAB6
RGB
CMYK
RGB Variations
Color information
#85EAB6 (or 0x85EAB6) is known color: Vista Blue. HEX triplet: 85, EA and B6. RGB value is (133,234,182). Sum of RGB (Red+Green+Blue) = 133+234+182=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EAB6 is #7A1549. Grayscale: #C5C5C5. Windows color (decimal): -8000842 or 11987589. OLE color: 11987589.
HSL color Cylindrical-coordinate representation of color #85EAB6: hue angle of 149.11º 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 #85EAB6 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 182 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.08 |
| HSL | 149.11º | 0.71% | 0.72% | - |
| HSV(B) | 149.11º | 0.43% | 0.92% | - |
| XYZ | 47.54 | 67.21 | 54.72 | - |
| YUV | 197.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 182 | 0.43 | 0 | 0.22 | 0.08 | 149.11 | 0.71 | 0.72 |
| Hex | 85 | EA | B6 | 2B | 0 | 16 | 8 | 95 | 47 | 48 |
| Octal | 205 | 352 | 266 | 53 | 0 | 26 | 10 | 225 | 107 | 110 |
| Binary | 10000101 | 11101010 | 10110110 | 101011 | 0 | 10110 | 1000 | 10010101 | 1000111 | 1001000 |
Color Harmonies of #85EAB6
Complementary color
Monochromatic Colors of #85EAB6
Black with #85EAB6
Text Example
Text Example
White with #85EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EAB6; }
p { color: rgb(133,234,182); }
H1.HeaderClassName
{
color: #85EAB6;
}
.AnyTagClassName
{
color: #85EAB6;
}
</style>
background-color css
<style>
a { background-color: #85EAB6; }
a { background-color: rgb(133,234,182); }
div.DivClassName
{
background-color: #85EAB6;
}
.BgClassName
{
background-color: #85EAB6;
}
</style>
border-color css
<style>
span { border-color: #85EAB6; }
span { border-color: rgb(133,234,182); }
td.TdClassName
{
border-color: #85EAB6;
}
.TagClassName
{
border-color: #85EAB6;
}
</style>