Shades of Vista Blue #85EFB5
Tints of Vista Blue #85EFB5
RGB
CMYK
RGB Variations
Color information
#85EFB5 (or 0x85EFB5) is known color: Vista Blue. HEX triplet: 85, EF and B5. RGB value is (133,239,181). Sum of RGB (Red+Green+Blue) = 133+239+181=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFB5 is #7A104A. Grayscale: #C8C8C8. Windows color (decimal): -7999563 or 11923333. OLE color: 11923333.
HSL color Cylindrical-coordinate representation of color #85EFB5: hue angle of 147.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFB5 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 181 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.06 |
| HSL | 147.17º | 0.77% | 0.73% | - |
| HSV(B) | 147.17º | 0.44% | 0.94% | - |
| XYZ | 48.88 | 70.06 | 54.66 | - |
| YUV | 200.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 181 | 0.44 | 0 | 0.24 | 0.06 | 147.17 | 0.77 | 0.73 |
| Hex | 85 | EF | B5 | 2C | 0 | 18 | 6 | 93 | 4D | 49 |
| Octal | 205 | 357 | 265 | 54 | 0 | 30 | 6 | 223 | 115 | 111 |
| Binary | 10000101 | 11101111 | 10110101 | 101100 | 0 | 11000 | 110 | 10010011 | 1001101 | 1001001 |
Color Harmonies of #85EFB5
Complementary color
Monochromatic Colors of #85EFB5
Black with #85EFB5
Text Example
Text Example
White with #85EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFB5; }
p { color: rgb(133,239,181); }
H1.HeaderClassName
{
color: #85EFB5;
}
.AnyTagClassName
{
color: #85EFB5;
}
</style>
background-color css
<style>
a { background-color: #85EFB5; }
a { background-color: rgb(133,239,181); }
div.DivClassName
{
background-color: #85EFB5;
}
.BgClassName
{
background-color: #85EFB5;
}
</style>
border-color css
<style>
span { border-color: #85EFB5; }
span { border-color: rgb(133,239,181); }
td.TdClassName
{
border-color: #85EFB5;
}
.TagClassName
{
border-color: #85EFB5;
}
</style>