Shades of Vista Blue #85DCB6
Tints of Vista Blue #85DCB6
RGB
CMYK
RGB Variations
Color information
#85DCB6 (or 0x85DCB6) is known color: Vista Blue. HEX triplet: 85, DC and B6. RGB value is (133,220,182). Sum of RGB (Red+Green+Blue) = 133+220+182=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCB6 is #7A2349. Grayscale: #BDBDBD. Windows color (decimal): -8004426 or 11984005. OLE color: 11984005.
HSL color Cylindrical-coordinate representation of color #85DCB6: hue angle of 153.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCB6 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 182 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.14 |
| HSL | 153.79º | 0.55% | 0.69% | - |
| HSV(B) | 153.79º | 0.4% | 0.86% | - |
| XYZ | 43.71 | 59.55 | 53.45 | - |
| YUV | 189.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 182 | 0.40 | 0 | 0.17 | 0.14 | 153.79 | 0.55 | 0.69 |
| Hex | 85 | DC | B6 | 28 | 0 | 11 | E | 9A | 37 | 45 |
| Octal | 205 | 334 | 266 | 50 | 0 | 21 | 16 | 232 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10110110 | 101000 | 0 | 10001 | 1110 | 10011010 | 110111 | 1000101 |
Color Harmonies of #85DCB6
Complementary color
Monochromatic Colors of #85DCB6
Black with #85DCB6
Text Example
Text Example
White with #85DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCB6; }
p { color: rgb(133,220,182); }
H1.HeaderClassName
{
color: #85DCB6;
}
.AnyTagClassName
{
color: #85DCB6;
}
</style>
background-color css
<style>
a { background-color: #85DCB6; }
a { background-color: rgb(133,220,182); }
div.DivClassName
{
background-color: #85DCB6;
}
.BgClassName
{
background-color: #85DCB6;
}
</style>
border-color css
<style>
span { border-color: #85DCB6; }
span { border-color: rgb(133,220,182); }
td.TdClassName
{
border-color: #85DCB6;
}
.TagClassName
{
border-color: #85DCB6;
}
</style>