Shades of Vista Blue #85DCAC
Tints of Vista Blue #85DCAC
RGB
CMYK
RGB Variations
Color information
#85DCAC (or 0x85DCAC) is known color: Vista Blue. HEX triplet: 85, DC and AC. RGB value is (133,220,172). Sum of RGB (Red+Green+Blue) = 133+220+172=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAC is #7A2353. Grayscale: #BCBCBC. Windows color (decimal): -8004436 or 11328645. OLE color: 11328645.
HSL color Cylindrical-coordinate representation of color #85DCAC: hue angle of 146.9º 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 #85DCAC is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 172 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.14 |
| HSL | 146.9º | 0.55% | 0.69% | - |
| HSV(B) | 146.9º | 0.4% | 0.86% | - |
| XYZ | 42.71 | 59.15 | 48.2 | - |
| YUV | 188.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 172 | 0.40 | 0 | 0.22 | 0.14 | 146.9 | 0.55 | 0.69 |
| Hex | 85 | DC | AC | 28 | 0 | 16 | E | 93 | 37 | 45 |
| Octal | 205 | 334 | 254 | 50 | 0 | 26 | 16 | 223 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101100 | 101000 | 0 | 10110 | 1110 | 10010011 | 110111 | 1000101 |
Color Harmonies of #85DCAC
Complementary color
Monochromatic Colors of #85DCAC
Black with #85DCAC
Text Example
Text Example
White with #85DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCAC; }
p { color: rgb(133,220,172); }
H1.HeaderClassName
{
color: #85DCAC;
}
.AnyTagClassName
{
color: #85DCAC;
}
</style>
background-color css
<style>
a { background-color: #85DCAC; }
a { background-color: rgb(133,220,172); }
div.DivClassName
{
background-color: #85DCAC;
}
.BgClassName
{
background-color: #85DCAC;
}
</style>
border-color css
<style>
span { border-color: #85DCAC; }
span { border-color: rgb(133,220,172); }
td.TdClassName
{
border-color: #85DCAC;
}
.TagClassName
{
border-color: #85DCAC;
}
</style>