Shades of Vista Blue #85DCAB
Tints of Vista Blue #85DCAB
RGB
CMYK
RGB Variations
Color information
#85DCAB (or 0x85DCAB) is known color: Vista Blue. HEX triplet: 85, DC and AB. RGB value is (133,220,171). Sum of RGB (Red+Green+Blue) = 133+220+171=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAB is #7A2354. Grayscale: #BCBCBC. Windows color (decimal): -8004437 or 11263109. OLE color: 11263109.
HSL color Cylindrical-coordinate representation of color #85DCAB: hue angle of 146.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCAB is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 171 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.14 |
| HSL | 146.21º | 0.55% | 0.69% | - |
| HSV(B) | 146.21º | 0.4% | 0.86% | - |
| XYZ | 42.62 | 59.11 | 47.69 | - |
| YUV | 188.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 171 | 0.40 | 0 | 0.22 | 0.14 | 146.21 | 0.55 | 0.69 |
| Hex | 85 | DC | AB | 28 | 0 | 16 | E | 92 | 37 | 45 |
| Octal | 205 | 334 | 253 | 50 | 0 | 26 | 16 | 222 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101011 | 101000 | 0 | 10110 | 1110 | 10010010 | 110111 | 1000101 |
Color Harmonies of #85DCAB
Complementary color
Monochromatic Colors of #85DCAB
Black with #85DCAB
Text Example
Text Example
White with #85DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCAB; }
p { color: rgb(133,220,171); }
H1.HeaderClassName
{
color: #85DCAB;
}
.AnyTagClassName
{
color: #85DCAB;
}
</style>
background-color css
<style>
a { background-color: #85DCAB; }
a { background-color: rgb(133,220,171); }
div.DivClassName
{
background-color: #85DCAB;
}
.BgClassName
{
background-color: #85DCAB;
}
</style>
border-color css
<style>
span { border-color: #85DCAB; }
span { border-color: rgb(133,220,171); }
td.TdClassName
{
border-color: #85DCAB;
}
.TagClassName
{
border-color: #85DCAB;
}
</style>