Shades of Vista Blue #85DCAA
Tints of Vista Blue #85DCAA
RGB
CMYK
RGB Variations
Color information
#85DCAA (or 0x85DCAA) is known color: Vista Blue. HEX triplet: 85, DC and AA. RGB value is (133,220,170). Sum of RGB (Red+Green+Blue) = 133+220+170=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAA is #7A2355. Grayscale: #BCBCBC. Windows color (decimal): -8004438 or 11197573. OLE color: 11197573.
HSL color Cylindrical-coordinate representation of color #85DCAA: hue angle of 145.52º 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 #85DCAA is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 170 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.14 |
| HSL | 145.52º | 0.55% | 0.69% | - |
| HSV(B) | 145.52º | 0.4% | 0.86% | - |
| XYZ | 42.52 | 59.08 | 47.19 | - |
| YUV | 188.29 | 117.68 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 170 | 0.40 | 0 | 0.23 | 0.14 | 145.52 | 0.55 | 0.69 |
| Hex | 85 | DC | AA | 28 | 0 | 17 | E | 92 | 37 | 45 |
| Octal | 205 | 334 | 252 | 50 | 0 | 27 | 16 | 222 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101010 | 101000 | 0 | 10111 | 1110 | 10010010 | 110111 | 1000101 |
Color Harmonies of #85DCAA
Complementary color
Monochromatic Colors of #85DCAA
Black with #85DCAA
Text Example
Text Example
White with #85DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCAA; }
p { color: rgb(133,220,170); }
H1.HeaderClassName
{
color: #85DCAA;
}
.AnyTagClassName
{
color: #85DCAA;
}
</style>
background-color css
<style>
a { background-color: #85DCAA; }
a { background-color: rgb(133,220,170); }
div.DivClassName
{
background-color: #85DCAA;
}
.BgClassName
{
background-color: #85DCAA;
}
</style>
border-color css
<style>
span { border-color: #85DCAA; }
span { border-color: rgb(133,220,170); }
td.TdClassName
{
border-color: #85DCAA;
}
.TagClassName
{
border-color: #85DCAA;
}
</style>