Shades of Vista Blue #85DDB3
Tints of Vista Blue #85DDB3
RGB
CMYK
RGB Variations
Color information
#85DDB3 (or 0x85DDB3) is known color: Vista Blue. HEX triplet: 85, DD and B3. RGB value is (133,221,179). Sum of RGB (Red+Green+Blue) = 133+221+179=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDB3 is #7A224C. Grayscale: #BDBDBD. Windows color (decimal): -8004173 or 11787653. OLE color: 11787653.
HSL color Cylindrical-coordinate representation of color #85DDB3: hue angle of 151.36º 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 #85DDB3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 179 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.13 |
| HSL | 151.36º | 0.56% | 0.69% | - |
| HSV(B) | 151.36º | 0.4% | 0.87% | - |
| XYZ | 43.67 | 59.95 | 51.92 | - |
| YUV | 189.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 179 | 0.40 | 0 | 0.19 | 0.13 | 151.36 | 0.56 | 0.69 |
| Hex | 85 | DD | B3 | 28 | 0 | 13 | D | 97 | 38 | 45 |
| Octal | 205 | 335 | 263 | 50 | 0 | 23 | 15 | 227 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10110011 | 101000 | 0 | 10011 | 1101 | 10010111 | 111000 | 1000101 |
Color Harmonies of #85DDB3
Complementary color
Monochromatic Colors of #85DDB3
Black with #85DDB3
Text Example
Text Example
White with #85DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDB3; }
p { color: rgb(133,221,179); }
H1.HeaderClassName
{
color: #85DDB3;
}
.AnyTagClassName
{
color: #85DDB3;
}
</style>
background-color css
<style>
a { background-color: #85DDB3; }
a { background-color: rgb(133,221,179); }
div.DivClassName
{
background-color: #85DDB3;
}
.BgClassName
{
background-color: #85DDB3;
}
</style>
border-color css
<style>
span { border-color: #85DDB3; }
span { border-color: rgb(133,221,179); }
td.TdClassName
{
border-color: #85DDB3;
}
.TagClassName
{
border-color: #85DDB3;
}
</style>