Shades of Vista Blue #85CEAC
Tints of Vista Blue #85CEAC
RGB
CMYK
RGB Variations
Color information
#85CEAC (or 0x85CEAC) is known color: Vista Blue. HEX triplet: 85, CE and AC. RGB value is (133,206,172). Sum of RGB (Red+Green+Blue) = 133+206+172=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEAC is #7A3153. Grayscale: #B4B4B4. Windows color (decimal): -8008020 or 11325061. OLE color: 11325061.
HSL color Cylindrical-coordinate representation of color #85CEAC: hue angle of 152.05º 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 #85CEAC is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 172 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.19 |
| HSL | 152.05º | 0.43% | 0.66% | - |
| HSV(B) | 152.05º | 0.35% | 0.81% | - |
| XYZ | 39.19 | 52.11 | 47.02 | - |
| YUV | 180.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 172 | 0.35 | 0 | 0.17 | 0.19 | 152.05 | 0.43 | 0.66 |
| Hex | 85 | CE | AC | 23 | 0 | 11 | 13 | 98 | 2B | 42 |
| Octal | 205 | 316 | 254 | 43 | 0 | 21 | 23 | 230 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10101100 | 100011 | 0 | 10001 | 10011 | 10011000 | 101011 | 1000010 |
Color Harmonies of #85CEAC
Complementary color
Monochromatic Colors of #85CEAC
Black with #85CEAC
Text Example
Text Example
White with #85CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEAC; }
p { color: rgb(133,206,172); }
H1.HeaderClassName
{
color: #85CEAC;
}
.AnyTagClassName
{
color: #85CEAC;
}
</style>
background-color css
<style>
a { background-color: #85CEAC; }
a { background-color: rgb(133,206,172); }
div.DivClassName
{
background-color: #85CEAC;
}
.BgClassName
{
background-color: #85CEAC;
}
</style>
border-color css
<style>
span { border-color: #85CEAC; }
span { border-color: rgb(133,206,172); }
td.TdClassName
{
border-color: #85CEAC;
}
.TagClassName
{
border-color: #85CEAC;
}
</style>