Shades of Vista Blue #85CEA4
Tints of Vista Blue #85CEA4
RGB
CMYK
RGB Variations
Color information
#85CEA4 (or 0x85CEA4) is known color: Vista Blue. HEX triplet: 85, CE and A4. RGB value is (133,206,164). Sum of RGB (Red+Green+Blue) = 133+206+164=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEA4 is #7A315B. Grayscale: #B3B3B3. Windows color (decimal): -8008028 or 10800773. OLE color: 10800773.
HSL color Cylindrical-coordinate representation of color #85CEA4: hue angle of 145.48º 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 #85CEA4 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 164 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.19 |
| HSL | 145.48º | 0.43% | 0.66% | - |
| HSV(B) | 145.48º | 0.35% | 0.81% | - |
| XYZ | 38.45 | 51.81 | 43.1 | - |
| YUV | 179.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 164 | 0.35 | 0 | 0.20 | 0.19 | 145.48 | 0.43 | 0.66 |
| Hex | 85 | CE | A4 | 23 | 0 | 14 | 13 | 91 | 2B | 42 |
| Octal | 205 | 316 | 244 | 43 | 0 | 24 | 23 | 221 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10100100 | 100011 | 0 | 10100 | 10011 | 10010001 | 101011 | 1000010 |
Color Harmonies of #85CEA4
Complementary color
Monochromatic Colors of #85CEA4
Black with #85CEA4
Text Example
Text Example
White with #85CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEA4; }
p { color: rgb(133,206,164); }
H1.HeaderClassName
{
color: #85CEA4;
}
.AnyTagClassName
{
color: #85CEA4;
}
</style>
background-color css
<style>
a { background-color: #85CEA4; }
a { background-color: rgb(133,206,164); }
div.DivClassName
{
background-color: #85CEA4;
}
.BgClassName
{
background-color: #85CEA4;
}
</style>
border-color css
<style>
span { border-color: #85CEA4; }
span { border-color: rgb(133,206,164); }
td.TdClassName
{
border-color: #85CEA4;
}
.TagClassName
{
border-color: #85CEA4;
}
</style>