Shades of Vista Blue #85DCAF
Tints of Vista Blue #85DCAF
RGB
CMYK
RGB Variations
Color information
#85DCAF (or 0x85DCAF) is known color: Vista Blue. HEX triplet: 85, DC and AF. RGB value is (133,220,175). Sum of RGB (Red+Green+Blue) = 133+220+175=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAF is #7A2350. Grayscale: #BCBCBC. Windows color (decimal): -8004433 or 11525253. OLE color: 11525253.
HSL color Cylindrical-coordinate representation of color #85DCAF: hue angle of 148.97º 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 #85DCAF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 175 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.14 |
| HSL | 148.97º | 0.55% | 0.69% | - |
| HSV(B) | 148.97º | 0.4% | 0.86% | - |
| XYZ | 43 | 59.27 | 49.73 | - |
| YUV | 188.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 175 | 0.40 | 0 | 0.20 | 0.14 | 148.97 | 0.55 | 0.69 |
| Hex | 85 | DC | AF | 28 | 0 | 14 | E | 95 | 37 | 45 |
| Octal | 205 | 334 | 257 | 50 | 0 | 24 | 16 | 225 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101111 | 101000 | 0 | 10100 | 1110 | 10010101 | 110111 | 1000101 |
Color Harmonies of #85DCAF
Complementary color
Monochromatic Colors of #85DCAF
Black with #85DCAF
Text Example
Text Example
White with #85DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCAF; }
p { color: rgb(133,220,175); }
H1.HeaderClassName
{
color: #85DCAF;
}
.AnyTagClassName
{
color: #85DCAF;
}
</style>
background-color css
<style>
a { background-color: #85DCAF; }
a { background-color: rgb(133,220,175); }
div.DivClassName
{
background-color: #85DCAF;
}
.BgClassName
{
background-color: #85DCAF;
}
</style>
border-color css
<style>
span { border-color: #85DCAF; }
span { border-color: rgb(133,220,175); }
td.TdClassName
{
border-color: #85DCAF;
}
.TagClassName
{
border-color: #85DCAF;
}
</style>