Shades of Vista Blue #85CFA2
Tints of Vista Blue #85CFA2
RGB
CMYK
RGB Variations
Color information
#85CFA2 (or 0x85CFA2) is known color: Vista Blue. HEX triplet: 85, CF and A2. RGB value is (133,207,162). Sum of RGB (Red+Green+Blue) = 133+207+162=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFA2 is #7A305D. Grayscale: #B3B3B3. Windows color (decimal): -8007774 or 10669957. OLE color: 10669957.
HSL color Cylindrical-coordinate representation of color #85CFA2: hue angle of 143.51º 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 #85CFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 162 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.19 |
| HSL | 143.51º | 0.44% | 0.67% | - |
| HSV(B) | 143.51º | 0.36% | 0.81% | - |
| XYZ | 38.51 | 52.22 | 42.23 | - |
| YUV | 179.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 162 | 0.36 | 0 | 0.22 | 0.19 | 143.51 | 0.44 | 0.67 |
| Hex | 85 | CF | A2 | 24 | 0 | 16 | 13 | 90 | 2C | 43 |
| Octal | 205 | 317 | 242 | 44 | 0 | 26 | 23 | 220 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10100010 | 100100 | 0 | 10110 | 10011 | 10010000 | 101100 | 1000011 |
Color Harmonies of #85CFA2
Complementary color
Monochromatic Colors of #85CFA2
Black with #85CFA2
Text Example
Text Example
White with #85CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFA2; }
p { color: rgb(133,207,162); }
H1.HeaderClassName
{
color: #85CFA2;
}
.AnyTagClassName
{
color: #85CFA2;
}
</style>
background-color css
<style>
a { background-color: #85CFA2; }
a { background-color: rgb(133,207,162); }
div.DivClassName
{
background-color: #85CFA2;
}
.BgClassName
{
background-color: #85CFA2;
}
</style>
border-color css
<style>
span { border-color: #85CFA2; }
span { border-color: rgb(133,207,162); }
td.TdClassName
{
border-color: #85CFA2;
}
.TagClassName
{
border-color: #85CFA2;
}
</style>