Shades of Vista Blue #85DEAC
Tints of Vista Blue #85DEAC
RGB
CMYK
RGB Variations
Color information
#85DEAC (or 0x85DEAC) is known color: Vista Blue. HEX triplet: 85, DE and AC. RGB value is (133,222,172). Sum of RGB (Red+Green+Blue) = 133+222+172=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEAC is #7A2153. Grayscale: #BDBDBD. Windows color (decimal): -8003924 or 11329157. OLE color: 11329157.
HSL color Cylindrical-coordinate representation of color #85DEAC: hue angle of 146.29º degrees, saturation: 0.57, 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 #85DEAC is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 172 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.13 |
| HSL | 146.29º | 0.57% | 0.7% | - |
| HSV(B) | 146.29º | 0.4% | 0.87% | - |
| XYZ | 43.24 | 60.21 | 48.37 | - |
| YUV | 189.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 172 | 0.40 | 0 | 0.23 | 0.13 | 146.29 | 0.57 | 0.7 |
| Hex | 85 | DE | AC | 28 | 0 | 17 | D | 92 | 39 | 46 |
| Octal | 205 | 336 | 254 | 50 | 0 | 27 | 15 | 222 | 71 | 106 |
| Binary | 10000101 | 11011110 | 10101100 | 101000 | 0 | 10111 | 1101 | 10010010 | 111001 | 1000110 |
Color Harmonies of #85DEAC
Complementary color
Monochromatic Colors of #85DEAC
Black with #85DEAC
Text Example
Text Example
White with #85DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEAC; }
p { color: rgb(133,222,172); }
H1.HeaderClassName
{
color: #85DEAC;
}
.AnyTagClassName
{
color: #85DEAC;
}
</style>
background-color css
<style>
a { background-color: #85DEAC; }
a { background-color: rgb(133,222,172); }
div.DivClassName
{
background-color: #85DEAC;
}
.BgClassName
{
background-color: #85DEAC;
}
</style>
border-color css
<style>
span { border-color: #85DEAC; }
span { border-color: rgb(133,222,172); }
td.TdClassName
{
border-color: #85DEAC;
}
.TagClassName
{
border-color: #85DEAC;
}
</style>