Shades of Vista Blue #85EFB7
Tints of Vista Blue #85EFB7
RGB
CMYK
RGB Variations
Color information
#85EFB7 (or 0x85EFB7) is known color: Vista Blue. HEX triplet: 85, EF and B7. RGB value is (133,239,183). Sum of RGB (Red+Green+Blue) = 133+239+183=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFB7 is #7A1048. Grayscale: #C9C9C9. Windows color (decimal): -7999561 or 12054405. OLE color: 12054405.
HSL color Cylindrical-coordinate representation of color #85EFB7: hue angle of 148.3º 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 #85EFB7 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 183 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.06 |
| HSL | 148.3º | 0.77% | 0.73% | - |
| HSV(B) | 148.3º | 0.44% | 0.94% | - |
| XYZ | 49.09 | 70.14 | 55.75 | - |
| YUV | 200.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 183 | 0.44 | 0 | 0.23 | 0.06 | 148.3 | 0.77 | 0.73 |
| Hex | 85 | EF | B7 | 2C | 0 | 17 | 6 | 94 | 4D | 49 |
| Octal | 205 | 357 | 267 | 54 | 0 | 27 | 6 | 224 | 115 | 111 |
| Binary | 10000101 | 11101111 | 10110111 | 101100 | 0 | 10111 | 110 | 10010100 | 1001101 | 1001001 |
Color Harmonies of #85EFB7
Complementary color
Monochromatic Colors of #85EFB7
Black with #85EFB7
Text Example
Text Example
White with #85EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFB7; }
p { color: rgb(133,239,183); }
H1.HeaderClassName
{
color: #85EFB7;
}
.AnyTagClassName
{
color: #85EFB7;
}
</style>
background-color css
<style>
a { background-color: #85EFB7; }
a { background-color: rgb(133,239,183); }
div.DivClassName
{
background-color: #85EFB7;
}
.BgClassName
{
background-color: #85EFB7;
}
</style>
border-color css
<style>
span { border-color: #85EFB7; }
span { border-color: rgb(133,239,183); }
td.TdClassName
{
border-color: #85EFB7;
}
.TagClassName
{
border-color: #85EFB7;
}
</style>