Shades of Vista Blue #85CEAD
Tints of Vista Blue #85CEAD
RGB
CMYK
RGB Variations
Color information
#85CEAD (or 0x85CEAD) is known color: Vista Blue. HEX triplet: 85, CE and AD. RGB value is (133,206,173). Sum of RGB (Red+Green+Blue) = 133+206+173=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEAD is #7A3152. Grayscale: #B4B4B4. Windows color (decimal): -8008019 or 11390597. OLE color: 11390597.
HSL color Cylindrical-coordinate representation of color #85CEAD: hue angle of 152.88º 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 #85CEAD is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 173 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.19 |
| HSL | 152.88º | 0.43% | 0.66% | - |
| HSV(B) | 152.88º | 0.35% | 0.81% | - |
| XYZ | 39.29 | 52.15 | 47.53 | - |
| YUV | 180.41 | 123.82 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 173 | 0.35 | 0 | 0.16 | 0.19 | 152.88 | 0.43 | 0.66 |
| Hex | 85 | CE | AD | 23 | 0 | 10 | 13 | 99 | 2B | 42 |
| Octal | 205 | 316 | 255 | 43 | 0 | 20 | 23 | 231 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10101101 | 100011 | 0 | 10000 | 10011 | 10011001 | 101011 | 1000010 |
Color Harmonies of #85CEAD
Complementary color
Monochromatic Colors of #85CEAD
Black with #85CEAD
Text Example
Text Example
White with #85CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEAD; }
p { color: rgb(133,206,173); }
H1.HeaderClassName
{
color: #85CEAD;
}
.AnyTagClassName
{
color: #85CEAD;
}
</style>
background-color css
<style>
a { background-color: #85CEAD; }
a { background-color: rgb(133,206,173); }
div.DivClassName
{
background-color: #85CEAD;
}
.BgClassName
{
background-color: #85CEAD;
}
</style>
border-color css
<style>
span { border-color: #85CEAD; }
span { border-color: rgb(133,206,173); }
td.TdClassName
{
border-color: #85CEAD;
}
.TagClassName
{
border-color: #85CEAD;
}
</style>