Shades of Vista Blue #85DFA7
Tints of Vista Blue #85DFA7
RGB
CMYK
RGB Variations
Color information
#85DFA7 (or 0x85DFA7) is known color: Vista Blue. HEX triplet: 85, DF and A7. RGB value is (133,223,167). Sum of RGB (Red+Green+Blue) = 133+223+167=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFA7 is #7A2058. Grayscale: #BDBDBD. Windows color (decimal): -8003673 or 11001733. OLE color: 11001733.
HSL color Cylindrical-coordinate representation of color #85DFA7: hue angle of 142.67º 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 #85DFA7 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 167 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.13 |
| HSL | 142.67º | 0.58% | 0.7% | - |
| HSV(B) | 142.67º | 0.4% | 0.87% | - |
| XYZ | 43.04 | 60.55 | 45.98 | - |
| YUV | 189.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 167 | 0.40 | 0 | 0.25 | 0.13 | 142.67 | 0.58 | 0.7 |
| Hex | 85 | DF | A7 | 28 | 0 | 19 | D | 8F | 3A | 46 |
| Octal | 205 | 337 | 247 | 50 | 0 | 31 | 15 | 217 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10100111 | 101000 | 0 | 11001 | 1101 | 10001111 | 111010 | 1000110 |
Color Harmonies of #85DFA7
Complementary color
Monochromatic Colors of #85DFA7
Black with #85DFA7
Text Example
Text Example
White with #85DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFA7; }
p { color: rgb(133,223,167); }
H1.HeaderClassName
{
color: #85DFA7;
}
.AnyTagClassName
{
color: #85DFA7;
}
</style>
background-color css
<style>
a { background-color: #85DFA7; }
a { background-color: rgb(133,223,167); }
div.DivClassName
{
background-color: #85DFA7;
}
.BgClassName
{
background-color: #85DFA7;
}
</style>
border-color css
<style>
span { border-color: #85DFA7; }
span { border-color: rgb(133,223,167); }
td.TdClassName
{
border-color: #85DFA7;
}
.TagClassName
{
border-color: #85DFA7;
}
</style>