Shades of Vista Blue #95D3AB
Tints of Vista Blue #95D3AB
RGB
CMYK
RGB Variations
Color information
#95D3AB (or 0x95D3AB) is known color: Vista Blue. HEX triplet: 95, D3 and AB. RGB value is (149,211,171). Sum of RGB (Red+Green+Blue) = 149+211+171=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3AB is #6A2C54. Grayscale: #BCBCBC. Windows color (decimal): -6958165 or 11260821. OLE color: 11260821.
HSL color Cylindrical-coordinate representation of color #95D3AB: hue angle of 141.29º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3AB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 171 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.17 |
| HSL | 141.29º | 0.41% | 0.71% | - |
| HSV(B) | 141.29º | 0.29% | 0.83% | - |
| XYZ | 43.04 | 55.92 | 47.05 | - |
| YUV | 187.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 171 | 0.29 | 0 | 0.19 | 0.17 | 141.29 | 0.41 | 0.71 |
| Hex | 95 | D3 | AB | 1D | 0 | 13 | 11 | 8D | 29 | 47 |
| Octal | 225 | 323 | 253 | 35 | 0 | 23 | 21 | 215 | 51 | 107 |
| Binary | 10010101 | 11010011 | 10101011 | 11101 | 0 | 10011 | 10001 | 10001101 | 101001 | 1000111 |
Color Harmonies of #95D3AB
Complementary color
Monochromatic Colors of #95D3AB
Black with #95D3AB
Text Example
Text Example
White with #95D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3AB; }
p { color: rgb(149,211,171); }
H1.HeaderClassName
{
color: #95D3AB;
}
.AnyTagClassName
{
color: #95D3AB;
}
</style>
background-color css
<style>
a { background-color: #95D3AB; }
a { background-color: rgb(149,211,171); }
div.DivClassName
{
background-color: #95D3AB;
}
.BgClassName
{
background-color: #95D3AB;
}
</style>
border-color css
<style>
span { border-color: #95D3AB; }
span { border-color: rgb(149,211,171); }
td.TdClassName
{
border-color: #95D3AB;
}
.TagClassName
{
border-color: #95D3AB;
}
</style>