Shades of Vista Blue #85CBA4
Tints of Vista Blue #85CBA4
RGB
CMYK
RGB Variations
Color information
#85CBA4 (or 0x85CBA4) is known color: Vista Blue. HEX triplet: 85, CB and A4. RGB value is (133,203,164). Sum of RGB (Red+Green+Blue) = 133+203+164=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBA4 is #7A345B. Grayscale: #B1B1B1. Windows color (decimal): -8008796 or 10800005. OLE color: 10800005.
HSL color Cylindrical-coordinate representation of color #85CBA4: hue angle of 146.57º 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 #85CBA4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 164 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.20 |
| HSL | 146.57º | 0.4% | 0.66% | - |
| HSV(B) | 146.57º | 0.34% | 0.8% | - |
| XYZ | 37.73 | 50.38 | 42.86 | - |
| YUV | 177.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 164 | 0.34 | 0 | 0.19 | 0.20 | 146.57 | 0.4 | 0.66 |
| Hex | 85 | CB | A4 | 22 | 0 | 13 | 14 | 93 | 28 | 42 |
| Octal | 205 | 313 | 244 | 42 | 0 | 23 | 24 | 223 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10100100 | 100010 | 0 | 10011 | 10100 | 10010011 | 101000 | 1000010 |
Color Harmonies of #85CBA4
Complementary color
Monochromatic Colors of #85CBA4
Black with #85CBA4
Text Example
Text Example
White with #85CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBA4; }
p { color: rgb(133,203,164); }
H1.HeaderClassName
{
color: #85CBA4;
}
.AnyTagClassName
{
color: #85CBA4;
}
</style>
background-color css
<style>
a { background-color: #85CBA4; }
a { background-color: rgb(133,203,164); }
div.DivClassName
{
background-color: #85CBA4;
}
.BgClassName
{
background-color: #85CBA4;
}
</style>
border-color css
<style>
span { border-color: #85CBA4; }
span { border-color: rgb(133,203,164); }
td.TdClassName
{
border-color: #85CBA4;
}
.TagClassName
{
border-color: #85CBA4;
}
</style>