Shades of Vista Blue #85CDA9
Tints of Vista Blue #85CDA9
RGB
CMYK
RGB Variations
Color information
#85CDA9 (or 0x85CDA9) is known color: Vista Blue. HEX triplet: 85, CD and A9. RGB value is (133,205,169). Sum of RGB (Red+Green+Blue) = 133+205+169=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CDA9 is #7A3256. Grayscale: #B3B3B3. Windows color (decimal): -8008279 or 11128197. OLE color: 11128197.
HSL color Cylindrical-coordinate representation of color #85CDA9: hue angle of 150º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDA9 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 205 | 169 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.20 |
| HSL | 150º | 0.42% | 0.66% | - |
| HSV(B) | 150º | 0.35% | 0.8% | - |
| XYZ | 38.67 | 51.51 | 45.44 | - |
| YUV | 179.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 169 | 0.35 | 0 | 0.18 | 0.20 | 150 | 0.42 | 0.66 |
| Hex | 85 | CD | A9 | 23 | 0 | 12 | 14 | 96 | 2A | 42 |
| Octal | 205 | 315 | 251 | 43 | 0 | 22 | 24 | 226 | 52 | 102 |
| Binary | 10000101 | 11001101 | 10101001 | 100011 | 0 | 10010 | 10100 | 10010110 | 101010 | 1000010 |
Color Harmonies of #85CDA9
Complementary color
Monochromatic Colors of #85CDA9
Black with #85CDA9
Text Example
Text Example
White with #85CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDA9; }
p { color: rgb(133,205,169); }
H1.HeaderClassName
{
color: #85CDA9;
}
.AnyTagClassName
{
color: #85CDA9;
}
</style>
background-color css
<style>
a { background-color: #85CDA9; }
a { background-color: rgb(133,205,169); }
div.DivClassName
{
background-color: #85CDA9;
}
.BgClassName
{
background-color: #85CDA9;
}
</style>
border-color css
<style>
span { border-color: #85CDA9; }
span { border-color: rgb(133,205,169); }
td.TdClassName
{
border-color: #85CDA9;
}
.TagClassName
{
border-color: #85CDA9;
}
</style>