Shades of Vista Blue #85EABB
Tints of Vista Blue #85EABB
RGB
CMYK
RGB Variations
Color information
#85EABB (or 0x85EABB) is known color: Vista Blue. HEX triplet: 85, EA and BB. RGB value is (133,234,187). Sum of RGB (Red+Green+Blue) = 133+234+187=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #85EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EABB is #7A1544. Grayscale: #C6C6C6. Windows color (decimal): -8000837 or 12315269. OLE color: 12315269.
HSL color Cylindrical-coordinate representation of color #85EABB: hue angle of 152.08º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EABB is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 187 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.08 |
| HSL | 152.08º | 0.71% | 0.72% | - |
| HSV(B) | 152.08º | 0.43% | 0.92% | - |
| XYZ | 48.07 | 67.42 | 57.49 | - |
| YUV | 198.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 187 | 0.43 | 0 | 0.20 | 0.08 | 152.08 | 0.71 | 0.72 |
| Hex | 85 | EA | BB | 2B | 0 | 14 | 8 | 98 | 47 | 48 |
| Octal | 205 | 352 | 273 | 53 | 0 | 24 | 10 | 230 | 107 | 110 |
| Binary | 10000101 | 11101010 | 10111011 | 101011 | 0 | 10100 | 1000 | 10011000 | 1000111 | 1001000 |
Color Harmonies of #85EABB
Complementary color
Monochromatic Colors of #85EABB
Black with #85EABB
Text Example
Text Example
White with #85EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EABB; }
p { color: rgb(133,234,187); }
H1.HeaderClassName
{
color: #85EABB;
}
.AnyTagClassName
{
color: #85EABB;
}
</style>
background-color css
<style>
a { background-color: #85EABB; }
a { background-color: rgb(133,234,187); }
div.DivClassName
{
background-color: #85EABB;
}
.BgClassName
{
background-color: #85EABB;
}
</style>
border-color css
<style>
span { border-color: #85EABB; }
span { border-color: rgb(133,234,187); }
td.TdClassName
{
border-color: #85EABB;
}
.TagClassName
{
border-color: #85EABB;
}
</style>