Shades of Vista Blue #85DFB5
Tints of Vista Blue #85DFB5
RGB
CMYK
RGB Variations
Color information
#85DFB5 (or 0x85DFB5) is known color: Vista Blue. HEX triplet: 85, DF and B5. RGB value is (133,223,181). Sum of RGB (Red+Green+Blue) = 133+223+181=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFB5 is #7A204A. Grayscale: #BFBFBF. Windows color (decimal): -8003659 or 11919237. OLE color: 11919237.
HSL color Cylindrical-coordinate representation of color #85DFB5: hue angle of 152º 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 #85DFB5 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 181 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.13 |
| HSL | 152º | 0.58% | 0.7% | - |
| HSV(B) | 152º | 0.4% | 0.87% | - |
| XYZ | 44.4 | 61.1 | 53.17 | - |
| YUV | 191.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 181 | 0.40 | 0 | 0.19 | 0.13 | 152 | 0.58 | 0.7 |
| Hex | 85 | DF | B5 | 28 | 0 | 13 | D | 98 | 3A | 46 |
| Octal | 205 | 337 | 265 | 50 | 0 | 23 | 15 | 230 | 72 | 106 |
| Binary | 10000101 | 11011111 | 10110101 | 101000 | 0 | 10011 | 1101 | 10011000 | 111010 | 1000110 |
Color Harmonies of #85DFB5
Complementary color
Monochromatic Colors of #85DFB5
Black with #85DFB5
Text Example
Text Example
White with #85DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFB5; }
p { color: rgb(133,223,181); }
H1.HeaderClassName
{
color: #85DFB5;
}
.AnyTagClassName
{
color: #85DFB5;
}
</style>
background-color css
<style>
a { background-color: #85DFB5; }
a { background-color: rgb(133,223,181); }
div.DivClassName
{
background-color: #85DFB5;
}
.BgClassName
{
background-color: #85DFB5;
}
</style>
border-color css
<style>
span { border-color: #85DFB5; }
span { border-color: rgb(133,223,181); }
td.TdClassName
{
border-color: #85DFB5;
}
.TagClassName
{
border-color: #85DFB5;
}
</style>