Shades of Vista Blue #85CBAA
Tints of Vista Blue #85CBAA
RGB
CMYK
RGB Variations
Color information
#85CBAA (or 0x85CBAA) is known color: Vista Blue. HEX triplet: 85, CB and AA. RGB value is (133,203,170). Sum of RGB (Red+Green+Blue) = 133+203+170=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBAA is #7A3455. Grayscale: #B2B2B2. Windows color (decimal): -8008790 or 11193221. OLE color: 11193221.
HSL color Cylindrical-coordinate representation of color #85CBAA: hue angle of 151.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBAA is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 170 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.20 |
| HSL | 151.71º | 0.4% | 0.66% | - |
| HSV(B) | 151.71º | 0.34% | 0.8% | - |
| XYZ | 38.28 | 50.6 | 45.78 | - |
| YUV | 178.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 170 | 0.34 | 0 | 0.16 | 0.20 | 151.71 | 0.4 | 0.66 |
| Hex | 85 | CB | AA | 22 | 0 | 10 | 14 | 98 | 28 | 42 |
| Octal | 205 | 313 | 252 | 42 | 0 | 20 | 24 | 230 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10101010 | 100010 | 0 | 10000 | 10100 | 10011000 | 101000 | 1000010 |
Color Harmonies of #85CBAA
Complementary color
Monochromatic Colors of #85CBAA
Black with #85CBAA
Text Example
Text Example
White with #85CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBAA; }
p { color: rgb(133,203,170); }
H1.HeaderClassName
{
color: #85CBAA;
}
.AnyTagClassName
{
color: #85CBAA;
}
</style>
background-color css
<style>
a { background-color: #85CBAA; }
a { background-color: rgb(133,203,170); }
div.DivClassName
{
background-color: #85CBAA;
}
.BgClassName
{
background-color: #85CBAA;
}
</style>
border-color css
<style>
span { border-color: #85CBAA; }
span { border-color: rgb(133,203,170); }
td.TdClassName
{
border-color: #85CBAA;
}
.TagClassName
{
border-color: #85CBAA;
}
</style>