Shades of Vista Blue #85DEAB
Tints of Vista Blue #85DEAB
RGB
CMYK
RGB Variations
Color information
#85DEAB (or 0x85DEAB) is known color: Vista Blue. HEX triplet: 85, DE and AB. RGB value is (133,222,171). Sum of RGB (Red+Green+Blue) = 133+222+171=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEAB is #7A2154. Grayscale: #BDBDBD. Windows color (decimal): -8003925 or 11263621. OLE color: 11263621.
HSL color Cylindrical-coordinate representation of color #85DEAB: hue angle of 145.62º 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 #85DEAB is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 171 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.13 |
| HSL | 145.62º | 0.57% | 0.7% | - |
| HSV(B) | 145.62º | 0.4% | 0.87% | - |
| XYZ | 43.14 | 60.17 | 47.87 | - |
| YUV | 189.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 171 | 0.40 | 0 | 0.23 | 0.13 | 145.62 | 0.57 | 0.7 |
| Hex | 85 | DE | AB | 28 | 0 | 17 | D | 92 | 39 | 46 |
| Octal | 205 | 336 | 253 | 50 | 0 | 27 | 15 | 222 | 71 | 106 |
| Binary | 10000101 | 11011110 | 10101011 | 101000 | 0 | 10111 | 1101 | 10010010 | 111001 | 1000110 |
Color Harmonies of #85DEAB
Complementary color
Monochromatic Colors of #85DEAB
Black with #85DEAB
Text Example
Text Example
White with #85DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEAB; }
p { color: rgb(133,222,171); }
H1.HeaderClassName
{
color: #85DEAB;
}
.AnyTagClassName
{
color: #85DEAB;
}
</style>
background-color css
<style>
a { background-color: #85DEAB; }
a { background-color: rgb(133,222,171); }
div.DivClassName
{
background-color: #85DEAB;
}
.BgClassName
{
background-color: #85DEAB;
}
</style>
border-color css
<style>
span { border-color: #85DEAB; }
span { border-color: rgb(133,222,171); }
td.TdClassName
{
border-color: #85DEAB;
}
.TagClassName
{
border-color: #85DEAB;
}
</style>