Shades of Vista Blue #85DBB6
Tints of Vista Blue #85DBB6
RGB
CMYK
RGB Variations
Color information
#85DBB6 (or 0x85DBB6) is known color: Vista Blue. HEX triplet: 85, DB and B6. RGB value is (133,219,182). Sum of RGB (Red+Green+Blue) = 133+219+182=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBB6 is #7A2449. Grayscale: #BDBDBD. Windows color (decimal): -8004682 or 11983749. OLE color: 11983749.
HSL color Cylindrical-coordinate representation of color #85DBB6: hue angle of 154.19º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBB6 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 182 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.14 |
| HSL | 154.19º | 0.54% | 0.69% | - |
| HSV(B) | 154.19º | 0.39% | 0.86% | - |
| XYZ | 43.45 | 59.03 | 53.36 | - |
| YUV | 189.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 182 | 0.39 | 0 | 0.17 | 0.14 | 154.19 | 0.54 | 0.69 |
| Hex | 85 | DB | B6 | 27 | 0 | 11 | E | 9A | 36 | 45 |
| Octal | 205 | 333 | 266 | 47 | 0 | 21 | 16 | 232 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10110110 | 100111 | 0 | 10001 | 1110 | 10011010 | 110110 | 1000101 |
Color Harmonies of #85DBB6
Complementary color
Monochromatic Colors of #85DBB6
Black with #85DBB6
Text Example
Text Example
White with #85DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBB6; }
p { color: rgb(133,219,182); }
H1.HeaderClassName
{
color: #85DBB6;
}
.AnyTagClassName
{
color: #85DBB6;
}
</style>
background-color css
<style>
a { background-color: #85DBB6; }
a { background-color: rgb(133,219,182); }
div.DivClassName
{
background-color: #85DBB6;
}
.BgClassName
{
background-color: #85DBB6;
}
</style>
border-color css
<style>
span { border-color: #85DBB6; }
span { border-color: rgb(133,219,182); }
td.TdClassName
{
border-color: #85DBB6;
}
.TagClassName
{
border-color: #85DBB6;
}
</style>