Shades of Vista Blue #85CEAB
Tints of Vista Blue #85CEAB
RGB
CMYK
RGB Variations
Color information
#85CEAB (or 0x85CEAB) is known color: Vista Blue. HEX triplet: 85, CE and AB. RGB value is (133,206,171). Sum of RGB (Red+Green+Blue) = 133+206+171=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEAB is #7A3154. Grayscale: #B4B4B4. Windows color (decimal): -8008021 or 11259525. OLE color: 11259525.
HSL color Cylindrical-coordinate representation of color #85CEAB: hue angle of 151.23º 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 #85CEAB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 171 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.19 |
| HSL | 151.23º | 0.43% | 0.66% | - |
| HSV(B) | 151.23º | 0.35% | 0.81% | - |
| XYZ | 39.09 | 52.07 | 46.52 | - |
| YUV | 180.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 171 | 0.35 | 0 | 0.17 | 0.19 | 151.23 | 0.43 | 0.66 |
| Hex | 85 | CE | AB | 23 | 0 | 11 | 13 | 97 | 2B | 42 |
| Octal | 205 | 316 | 253 | 43 | 0 | 21 | 23 | 227 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10101011 | 100011 | 0 | 10001 | 10011 | 10010111 | 101011 | 1000010 |
Color Harmonies of #85CEAB
Complementary color
Monochromatic Colors of #85CEAB
Black with #85CEAB
Text Example
Text Example
White with #85CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEAB; }
p { color: rgb(133,206,171); }
H1.HeaderClassName
{
color: #85CEAB;
}
.AnyTagClassName
{
color: #85CEAB;
}
</style>
background-color css
<style>
a { background-color: #85CEAB; }
a { background-color: rgb(133,206,171); }
div.DivClassName
{
background-color: #85CEAB;
}
.BgClassName
{
background-color: #85CEAB;
}
</style>
border-color css
<style>
span { border-color: #85CEAB; }
span { border-color: rgb(133,206,171); }
td.TdClassName
{
border-color: #85CEAB;
}
.TagClassName
{
border-color: #85CEAB;
}
</style>