Shades of Vista Blue #85DFA5
Tints of Vista Blue #85DFA5
RGB
CMYK
RGB Variations
Color information
#85DFA5 (or 0x85DFA5) is known color: Vista Blue. HEX triplet: 85, DF and A5. RGB value is (133,223,165). Sum of RGB (Red+Green+Blue) = 133+223+165=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFA5 is #7A205A. Grayscale: #BDBDBD. Windows color (decimal): -8003675 or 10870661. OLE color: 10870661.
HSL color Cylindrical-coordinate representation of color #85DFA5: hue angle of 141.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 #85DFA5 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 165 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.13 |
| HSL | 141.33º | 0.58% | 0.7% | - |
| HSV(B) | 141.33º | 0.4% | 0.87% | - |
| XYZ | 42.85 | 60.48 | 45.01 | - |
| YUV | 189.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 165 | 0.40 | 0 | 0.26 | 0.13 | 141.33 | 0.58 | 0.7 |
| Hex | 85 | DF | A5 | 28 | 0 | 1A | D | 8D | 3A | 46 |
| Octal | 205 | 337 | 245 | 50 | 0 | 32 | 15 | 215 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10100101 | 101000 | 0 | 11010 | 1101 | 10001101 | 111010 | 1000110 |
Color Harmonies of #85DFA5
Complementary color
Monochromatic Colors of #85DFA5
Black with #85DFA5
Text Example
Text Example
White with #85DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFA5; }
p { color: rgb(133,223,165); }
H1.HeaderClassName
{
color: #85DFA5;
}
.AnyTagClassName
{
color: #85DFA5;
}
</style>
background-color css
<style>
a { background-color: #85DFA5; }
a { background-color: rgb(133,223,165); }
div.DivClassName
{
background-color: #85DFA5;
}
.BgClassName
{
background-color: #85DFA5;
}
</style>
border-color css
<style>
span { border-color: #85DFA5; }
span { border-color: rgb(133,223,165); }
td.TdClassName
{
border-color: #85DFA5;
}
.TagClassName
{
border-color: #85DFA5;
}
</style>