Shades of Vista Blue #85DFB7
Tints of Vista Blue #85DFB7
RGB
CMYK
RGB Variations
Color information
#85DFB7 (or 0x85DFB7) is known color: Vista Blue. HEX triplet: 85, DF and B7. RGB value is (133,223,183). Sum of RGB (Red+Green+Blue) = 133+223+183=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFB7 is #7A2048. Grayscale: #BFBFBF. Windows color (decimal): -8003657 or 12050309. OLE color: 12050309.
HSL color Cylindrical-coordinate representation of color #85DFB7: hue angle of 153.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 #85DFB7 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 183 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.13 |
| HSL | 153.33º | 0.58% | 0.7% | - |
| HSV(B) | 153.33º | 0.4% | 0.87% | - |
| XYZ | 44.61 | 61.18 | 54.26 | - |
| YUV | 191.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 183 | 0.40 | 0 | 0.18 | 0.13 | 153.33 | 0.58 | 0.7 |
| Hex | 85 | DF | B7 | 28 | 0 | 12 | D | 99 | 3A | 46 |
| Octal | 205 | 337 | 267 | 50 | 0 | 22 | 15 | 231 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10110111 | 101000 | 0 | 10010 | 1101 | 10011001 | 111010 | 1000110 |
Color Harmonies of #85DFB7
Complementary color
Monochromatic Colors of #85DFB7
Black with #85DFB7
Text Example
Text Example
White with #85DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFB7; }
p { color: rgb(133,223,183); }
H1.HeaderClassName
{
color: #85DFB7;
}
.AnyTagClassName
{
color: #85DFB7;
}
</style>
background-color css
<style>
a { background-color: #85DFB7; }
a { background-color: rgb(133,223,183); }
div.DivClassName
{
background-color: #85DFB7;
}
.BgClassName
{
background-color: #85DFB7;
}
</style>
border-color css
<style>
span { border-color: #85DFB7; }
span { border-color: rgb(133,223,183); }
td.TdClassName
{
border-color: #85DFB7;
}
.TagClassName
{
border-color: #85DFB7;
}
</style>