Shades of Vista Blue #85CFAF
Tints of Vista Blue #85CFAF
RGB
CMYK
RGB Variations
Color information
#85CFAF (or 0x85CFAF) is known color: Vista Blue. HEX triplet: 85, CF and AF. RGB value is (133,207,175). Sum of RGB (Red+Green+Blue) = 133+207+175=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFAF is #7A3050. Grayscale: #B5B5B5. Windows color (decimal): -8007761 or 11521925. OLE color: 11521925.
HSL color Cylindrical-coordinate representation of color #85CFAF: hue angle of 154.05º 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 #85CFAF is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 175 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.19 |
| HSL | 154.05º | 0.44% | 0.67% | - |
| HSV(B) | 154.05º | 0.36% | 0.81% | - |
| XYZ | 39.72 | 52.71 | 48.64 | - |
| YUV | 181.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 175 | 0.36 | 0 | 0.15 | 0.19 | 154.05 | 0.44 | 0.67 |
| Hex | 85 | CF | AF | 24 | 0 | F | 13 | 9A | 2C | 43 |
| Octal | 205 | 317 | 257 | 44 | 0 | 17 | 23 | 232 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10101111 | 100100 | 0 | 1111 | 10011 | 10011010 | 101100 | 1000011 |
Color Harmonies of #85CFAF
Complementary color
Monochromatic Colors of #85CFAF
Black with #85CFAF
Text Example
Text Example
White with #85CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFAF; }
p { color: rgb(133,207,175); }
H1.HeaderClassName
{
color: #85CFAF;
}
.AnyTagClassName
{
color: #85CFAF;
}
</style>
background-color css
<style>
a { background-color: #85CFAF; }
a { background-color: rgb(133,207,175); }
div.DivClassName
{
background-color: #85CFAF;
}
.BgClassName
{
background-color: #85CFAF;
}
</style>
border-color css
<style>
span { border-color: #85CFAF; }
span { border-color: rgb(133,207,175); }
td.TdClassName
{
border-color: #85CFAF;
}
.TagClassName
{
border-color: #85CFAF;
}
</style>