Shades of Vista Blue #85CFAC
Tints of Vista Blue #85CFAC
RGB
CMYK
RGB Variations
Color information
#85CFAC (or 0x85CFAC) is known color: Vista Blue. HEX triplet: 85, CF and AC. RGB value is (133,207,172). Sum of RGB (Red+Green+Blue) = 133+207+172=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFAC is #7A3053. Grayscale: #B4B4B4. Windows color (decimal): -8007764 or 11325317. OLE color: 11325317.
HSL color Cylindrical-coordinate representation of color #85CFAC: hue angle of 151.62º 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 #85CFAC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 172 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.19 |
| HSL | 151.62º | 0.44% | 0.67% | - |
| HSV(B) | 151.62º | 0.36% | 0.81% | - |
| XYZ | 39.43 | 52.59 | 47.1 | - |
| YUV | 180.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 172 | 0.36 | 0 | 0.17 | 0.19 | 151.62 | 0.44 | 0.67 |
| Hex | 85 | CF | AC | 24 | 0 | 11 | 13 | 98 | 2C | 43 |
| Octal | 205 | 317 | 254 | 44 | 0 | 21 | 23 | 230 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10101100 | 100100 | 0 | 10001 | 10011 | 10011000 | 101100 | 1000011 |
Color Harmonies of #85CFAC
Complementary color
Monochromatic Colors of #85CFAC
Black with #85CFAC
Text Example
Text Example
White with #85CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFAC; }
p { color: rgb(133,207,172); }
H1.HeaderClassName
{
color: #85CFAC;
}
.AnyTagClassName
{
color: #85CFAC;
}
</style>
background-color css
<style>
a { background-color: #85CFAC; }
a { background-color: rgb(133,207,172); }
div.DivClassName
{
background-color: #85CFAC;
}
.BgClassName
{
background-color: #85CFAC;
}
</style>
border-color css
<style>
span { border-color: #85CFAC; }
span { border-color: rgb(133,207,172); }
td.TdClassName
{
border-color: #85CFAC;
}
.TagClassName
{
border-color: #85CFAC;
}
</style>