Shades of Vista Blue #85DCA8
Tints of Vista Blue #85DCA8
RGB
CMYK
RGB Variations
Color information
#85DCA8 (or 0x85DCA8) is known color: Vista Blue. HEX triplet: 85, DC and A8. RGB value is (133,220,168). Sum of RGB (Red+Green+Blue) = 133+220+168=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCA8 is #7A2357. Grayscale: #BCBCBC. Windows color (decimal): -8004440 or 11066501. OLE color: 11066501.
HSL color Cylindrical-coordinate representation of color #85DCA8: hue angle of 144.14º 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 #85DCA8 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 168 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.14 |
| HSL | 144.14º | 0.55% | 0.69% | - |
| HSV(B) | 144.14º | 0.4% | 0.86% | - |
| XYZ | 42.33 | 59 | 46.2 | - |
| YUV | 188.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 168 | 0.40 | 0 | 0.24 | 0.14 | 144.14 | 0.55 | 0.69 |
| Hex | 85 | DC | A8 | 28 | 0 | 18 | E | 90 | 37 | 45 |
| Octal | 205 | 334 | 250 | 50 | 0 | 30 | 16 | 220 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101000 | 101000 | 0 | 11000 | 1110 | 10010000 | 110111 | 1000101 |
Color Harmonies of #85DCA8
Complementary color
Monochromatic Colors of #85DCA8
Black with #85DCA8
Text Example
Text Example
White with #85DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCA8; }
p { color: rgb(133,220,168); }
H1.HeaderClassName
{
color: #85DCA8;
}
.AnyTagClassName
{
color: #85DCA8;
}
</style>
background-color css
<style>
a { background-color: #85DCA8; }
a { background-color: rgb(133,220,168); }
div.DivClassName
{
background-color: #85DCA8;
}
.BgClassName
{
background-color: #85DCA8;
}
</style>
border-color css
<style>
span { border-color: #85DCA8; }
span { border-color: rgb(133,220,168); }
td.TdClassName
{
border-color: #85DCA8;
}
.TagClassName
{
border-color: #85DCA8;
}
</style>