Shades of Vista Blue #85CEA6
Tints of Vista Blue #85CEA6
RGB
CMYK
RGB Variations
Color information
#85CEA6 (or 0x85CEA6) is known color: Vista Blue. HEX triplet: 85, CE and A6. RGB value is (133,206,166). Sum of RGB (Red+Green+Blue) = 133+206+166=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEA6 is #7A3159. Grayscale: #B3B3B3. Windows color (decimal): -8008026 or 10931845. OLE color: 10931845.
HSL color Cylindrical-coordinate representation of color #85CEA6: hue angle of 147.12º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEA6 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 166 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.19 |
| HSL | 147.12º | 0.43% | 0.66% | - |
| HSV(B) | 147.12º | 0.35% | 0.81% | - |
| XYZ | 38.63 | 51.88 | 44.05 | - |
| YUV | 179.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 166 | 0.35 | 0 | 0.19 | 0.19 | 147.12 | 0.43 | 0.66 |
| Hex | 85 | CE | A6 | 23 | 0 | 13 | 13 | 93 | 2B | 42 |
| Octal | 205 | 316 | 246 | 43 | 0 | 23 | 23 | 223 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10100110 | 100011 | 0 | 10011 | 10011 | 10010011 | 101011 | 1000010 |
Color Harmonies of #85CEA6
Complementary color
Monochromatic Colors of #85CEA6
Black with #85CEA6
Text Example
Text Example
White with #85CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEA6; }
p { color: rgb(133,206,166); }
H1.HeaderClassName
{
color: #85CEA6;
}
.AnyTagClassName
{
color: #85CEA6;
}
</style>
background-color css
<style>
a { background-color: #85CEA6; }
a { background-color: rgb(133,206,166); }
div.DivClassName
{
background-color: #85CEA6;
}
.BgClassName
{
background-color: #85CEA6;
}
</style>
border-color css
<style>
span { border-color: #85CEA6; }
span { border-color: rgb(133,206,166); }
td.TdClassName
{
border-color: #85CEA6;
}
.TagClassName
{
border-color: #85CEA6;
}
</style>