Shades of Vista Blue #85DCB5
Tints of Vista Blue #85DCB5
RGB
CMYK
RGB Variations
Color information
#85DCB5 (or 0x85DCB5) is known color: Vista Blue. HEX triplet: 85, DC and B5. RGB value is (133,220,181). Sum of RGB (Red+Green+Blue) = 133+220+181=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCB5 is #7A234A. Grayscale: #BDBDBD. Windows color (decimal): -8004427 or 11918469. OLE color: 11918469.
HSL color Cylindrical-coordinate representation of color #85DCB5: hue angle of 153.1º 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 #85DCB5 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 181 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.14 |
| HSL | 153.1º | 0.55% | 0.69% | - |
| HSV(B) | 153.1º | 0.4% | 0.86% | - |
| XYZ | 43.61 | 59.51 | 52.9 | - |
| YUV | 189.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 181 | 0.40 | 0 | 0.18 | 0.14 | 153.1 | 0.55 | 0.69 |
| Hex | 85 | DC | B5 | 28 | 0 | 12 | E | 99 | 37 | 45 |
| Octal | 205 | 334 | 265 | 50 | 0 | 22 | 16 | 231 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10110101 | 101000 | 0 | 10010 | 1110 | 10011001 | 110111 | 1000101 |
Color Harmonies of #85DCB5
Complementary color
Monochromatic Colors of #85DCB5
Black with #85DCB5
Text Example
Text Example
White with #85DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCB5; }
p { color: rgb(133,220,181); }
H1.HeaderClassName
{
color: #85DCB5;
}
.AnyTagClassName
{
color: #85DCB5;
}
</style>
background-color css
<style>
a { background-color: #85DCB5; }
a { background-color: rgb(133,220,181); }
div.DivClassName
{
background-color: #85DCB5;
}
.BgClassName
{
background-color: #85DCB5;
}
</style>
border-color css
<style>
span { border-color: #85DCB5; }
span { border-color: rgb(133,220,181); }
td.TdClassName
{
border-color: #85DCB5;
}
.TagClassName
{
border-color: #85DCB5;
}
</style>