Shades of Vista Blue #85CFAA
Tints of Vista Blue #85CFAA
RGB
CMYK
RGB Variations
Color information
#85CFAA (or 0x85CFAA) is known color: Vista Blue. HEX triplet: 85, CF and AA. RGB value is (133,207,170). Sum of RGB (Red+Green+Blue) = 133+207+170=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFAA is #7A3055. Grayscale: #B4B4B4. Windows color (decimal): -8007766 or 11194245. OLE color: 11194245.
HSL color Cylindrical-coordinate representation of color #85CFAA: hue angle of 150º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFAA is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 170 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.19 |
| HSL | 150º | 0.44% | 0.67% | - |
| HSV(B) | 150º | 0.36% | 0.81% | - |
| XYZ | 39.24 | 52.51 | 46.1 | - |
| YUV | 180.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 170 | 0.36 | 0 | 0.18 | 0.19 | 150 | 0.44 | 0.67 |
| Hex | 85 | CF | AA | 24 | 0 | 12 | 13 | 96 | 2C | 43 |
| Octal | 205 | 317 | 252 | 44 | 0 | 22 | 23 | 226 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10101010 | 100100 | 0 | 10010 | 10011 | 10010110 | 101100 | 1000011 |
Color Harmonies of #85CFAA
Complementary color
Monochromatic Colors of #85CFAA
Black with #85CFAA
Text Example
Text Example
White with #85CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFAA; }
p { color: rgb(133,207,170); }
H1.HeaderClassName
{
color: #85CFAA;
}
.AnyTagClassName
{
color: #85CFAA;
}
</style>
background-color css
<style>
a { background-color: #85CFAA; }
a { background-color: rgb(133,207,170); }
div.DivClassName
{
background-color: #85CFAA;
}
.BgClassName
{
background-color: #85CFAA;
}
</style>
border-color css
<style>
span { border-color: #85CFAA; }
span { border-color: rgb(133,207,170); }
td.TdClassName
{
border-color: #85CFAA;
}
.TagClassName
{
border-color: #85CFAA;
}
</style>