Shades of Vista Blue #85CFA3
Tints of Vista Blue #85CFA3
RGB
CMYK
RGB Variations
Color information
#85CFA3 (or 0x85CFA3) is known color: Vista Blue. HEX triplet: 85, CF and A3. RGB value is (133,207,163). Sum of RGB (Red+Green+Blue) = 133+207+163=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFA3 is #7A305C. Grayscale: #B3B3B3. Windows color (decimal): -8007773 or 10735493. OLE color: 10735493.
HSL color Cylindrical-coordinate representation of color #85CFA3: hue angle of 144.32º 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 #85CFA3 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 163 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.19 |
| HSL | 144.32º | 0.44% | 0.67% | - |
| HSV(B) | 144.32º | 0.36% | 0.81% | - |
| XYZ | 38.6 | 52.26 | 42.7 | - |
| YUV | 179.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 163 | 0.36 | 0 | 0.21 | 0.19 | 144.32 | 0.44 | 0.67 |
| Hex | 85 | CF | A3 | 24 | 0 | 15 | 13 | 90 | 2C | 43 |
| Octal | 205 | 317 | 243 | 44 | 0 | 25 | 23 | 220 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10100011 | 100100 | 0 | 10101 | 10011 | 10010000 | 101100 | 1000011 |
Color Harmonies of #85CFA3
Complementary color
Monochromatic Colors of #85CFA3
Black with #85CFA3
Text Example
Text Example
White with #85CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFA3; }
p { color: rgb(133,207,163); }
H1.HeaderClassName
{
color: #85CFA3;
}
.AnyTagClassName
{
color: #85CFA3;
}
</style>
background-color css
<style>
a { background-color: #85CFA3; }
a { background-color: rgb(133,207,163); }
div.DivClassName
{
background-color: #85CFA3;
}
.BgClassName
{
background-color: #85CFA3;
}
</style>
border-color css
<style>
span { border-color: #85CFA3; }
span { border-color: rgb(133,207,163); }
td.TdClassName
{
border-color: #85CFA3;
}
.TagClassName
{
border-color: #85CFA3;
}
</style>