Shades of Vista Blue #85DAA1
Tints of Vista Blue #85DAA1
RGB
CMYK
RGB Variations
Color information
#85DAA1 (or 0x85DAA1) is known color: Vista Blue. HEX triplet: 85, DA and A1. RGB value is (133,218,161). Sum of RGB (Red+Green+Blue) = 133+218+161=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA1 is #7A255E. Grayscale: #BABABA. Windows color (decimal): -8004959 or 10607237. OLE color: 10607237.
HSL color Cylindrical-coordinate representation of color #85DAA1: hue angle of 139.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAA1 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 161 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.15 |
| HSL | 139.76º | 0.53% | 0.69% | - |
| HSV(B) | 139.76º | 0.39% | 0.85% | - |
| XYZ | 41.18 | 57.7 | 42.69 | - |
| YUV | 186.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 161 | 0.39 | 0 | 0.26 | 0.15 | 139.76 | 0.53 | 0.69 |
| Hex | 85 | DA | A1 | 27 | 0 | 1A | F | 8C | 35 | 45 |
| Octal | 205 | 332 | 241 | 47 | 0 | 32 | 17 | 214 | 65 | 105 |
| Binary | 10000101 | 11011010 | 10100001 | 100111 | 0 | 11010 | 1111 | 10001100 | 110101 | 1000101 |
Color Harmonies of #85DAA1
Complementary color
Monochromatic Colors of #85DAA1
Black with #85DAA1
Text Example
Text Example
White with #85DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DAA1; }
p { color: rgb(133,218,161); }
H1.HeaderClassName
{
color: #85DAA1;
}
.AnyTagClassName
{
color: #85DAA1;
}
</style>
background-color css
<style>
a { background-color: #85DAA1; }
a { background-color: rgb(133,218,161); }
div.DivClassName
{
background-color: #85DAA1;
}
.BgClassName
{
background-color: #85DAA1;
}
</style>
border-color css
<style>
span { border-color: #85DAA1; }
span { border-color: rgb(133,218,161); }
td.TdClassName
{
border-color: #85DAA1;
}
.TagClassName
{
border-color: #85DAA1;
}
</style>