Shades of Vista Blue #85DFA2
Tints of Vista Blue #85DFA2
RGB
CMYK
RGB Variations
Color information
#85DFA2 (or 0x85DFA2) is known color: Vista Blue. HEX triplet: 85, DF and A2. RGB value is (133,223,162). Sum of RGB (Red+Green+Blue) = 133+223+162=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFA2 is #7A205D. Grayscale: #BDBDBD. Windows color (decimal): -8003678 or 10674053. OLE color: 10674053.
HSL color Cylindrical-coordinate representation of color #85DFA2: hue angle of 139.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFA2 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 162 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.13 |
| HSL | 139.33º | 0.58% | 0.7% | - |
| HSV(B) | 139.33º | 0.4% | 0.87% | - |
| XYZ | 42.58 | 60.37 | 43.59 | - |
| YUV | 189.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 162 | 0.40 | 0 | 0.27 | 0.13 | 139.33 | 0.58 | 0.7 |
| Hex | 85 | DF | A2 | 28 | 0 | 1B | D | 8B | 3A | 46 |
| Octal | 205 | 337 | 242 | 50 | 0 | 33 | 15 | 213 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10100010 | 101000 | 0 | 11011 | 1101 | 10001011 | 111010 | 1000110 |
Color Harmonies of #85DFA2
Complementary color
Monochromatic Colors of #85DFA2
Black with #85DFA2
Text Example
Text Example
White with #85DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFA2; }
p { color: rgb(133,223,162); }
H1.HeaderClassName
{
color: #85DFA2;
}
.AnyTagClassName
{
color: #85DFA2;
}
</style>
background-color css
<style>
a { background-color: #85DFA2; }
a { background-color: rgb(133,223,162); }
div.DivClassName
{
background-color: #85DFA2;
}
.BgClassName
{
background-color: #85DFA2;
}
</style>
border-color css
<style>
span { border-color: #85DFA2; }
span { border-color: rgb(133,223,162); }
td.TdClassName
{
border-color: #85DFA2;
}
.TagClassName
{
border-color: #85DFA2;
}
</style>