Shades of Vista Blue #85DDB1
Tints of Vista Blue #85DDB1
RGB
CMYK
RGB Variations
Color information
#85DDB1 (or 0x85DDB1) is known color: Vista Blue. HEX triplet: 85, DD and B1. RGB value is (133,221,177). Sum of RGB (Red+Green+Blue) = 133+221+177=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDB1 is #7A224E. Grayscale: #BDBDBD. Windows color (decimal): -8004175 or 11656581. OLE color: 11656581.
HSL color Cylindrical-coordinate representation of color #85DDB1: hue angle of 150º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDB1 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 177 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.13 |
| HSL | 150º | 0.56% | 0.69% | - |
| HSV(B) | 150º | 0.4% | 0.87% | - |
| XYZ | 43.47 | 59.87 | 50.86 | - |
| YUV | 189.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 177 | 0.40 | 0 | 0.20 | 0.13 | 150 | 0.56 | 0.69 |
| Hex | 85 | DD | B1 | 28 | 0 | 14 | D | 96 | 38 | 45 |
| Octal | 205 | 335 | 261 | 50 | 0 | 24 | 15 | 226 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10110001 | 101000 | 0 | 10100 | 1101 | 10010110 | 111000 | 1000101 |
Color Harmonies of #85DDB1
Complementary color
Monochromatic Colors of #85DDB1
Black with #85DDB1
Text Example
Text Example
White with #85DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDB1; }
p { color: rgb(133,221,177); }
H1.HeaderClassName
{
color: #85DDB1;
}
.AnyTagClassName
{
color: #85DDB1;
}
</style>
background-color css
<style>
a { background-color: #85DDB1; }
a { background-color: rgb(133,221,177); }
div.DivClassName
{
background-color: #85DDB1;
}
.BgClassName
{
background-color: #85DDB1;
}
</style>
border-color css
<style>
span { border-color: #85DDB1; }
span { border-color: rgb(133,221,177); }
td.TdClassName
{
border-color: #85DDB1;
}
.TagClassName
{
border-color: #85DDB1;
}
</style>