Shades of Vista Blue #85DFAB
Tints of Vista Blue #85DFAB
RGB
CMYK
RGB Variations
Color information
#85DFAB (or 0x85DFAB) is known color: Vista Blue. HEX triplet: 85, DF and AB. RGB value is (133,223,171). Sum of RGB (Red+Green+Blue) = 133+223+171=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFAB is #7A2054. Grayscale: #BEBEBE. Windows color (decimal): -8003669 or 11263877. OLE color: 11263877.
HSL color Cylindrical-coordinate representation of color #85DFAB: hue angle of 145.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 #85DFAB is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 171 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.13 |
| HSL | 145.33º | 0.58% | 0.7% | - |
| HSV(B) | 145.33º | 0.4% | 0.87% | - |
| XYZ | 43.41 | 60.7 | 47.96 | - |
| YUV | 190.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 171 | 0.40 | 0 | 0.23 | 0.13 | 145.33 | 0.58 | 0.7 |
| Hex | 85 | DF | AB | 28 | 0 | 17 | D | 91 | 3A | 46 |
| Octal | 205 | 337 | 253 | 50 | 0 | 27 | 15 | 221 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10101011 | 101000 | 0 | 10111 | 1101 | 10010001 | 111010 | 1000110 |
Color Harmonies of #85DFAB
Complementary color
Monochromatic Colors of #85DFAB
Black with #85DFAB
Text Example
Text Example
White with #85DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFAB; }
p { color: rgb(133,223,171); }
H1.HeaderClassName
{
color: #85DFAB;
}
.AnyTagClassName
{
color: #85DFAB;
}
</style>
background-color css
<style>
a { background-color: #85DFAB; }
a { background-color: rgb(133,223,171); }
div.DivClassName
{
background-color: #85DFAB;
}
.BgClassName
{
background-color: #85DFAB;
}
</style>
border-color css
<style>
span { border-color: #85DFAB; }
span { border-color: rgb(133,223,171); }
td.TdClassName
{
border-color: #85DFAB;
}
.TagClassName
{
border-color: #85DFAB;
}
</style>