Shades of Vista Blue #95D3AF
Tints of Vista Blue #95D3AF
RGB
CMYK
RGB Variations
Color information
#95D3AF (or 0x95D3AF) is known color: Vista Blue. HEX triplet: 95, D3 and AF. RGB value is (149,211,175). Sum of RGB (Red+Green+Blue) = 149+211+175=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D3AF is #6A2C50. Grayscale: #BCBCBC. Windows color (decimal): -6958161 or 11522965. OLE color: 11522965.
HSL color Cylindrical-coordinate representation of color #95D3AF: hue angle of 145.16º 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 #95D3AF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 175 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.17 |
| HSL | 145.16º | 0.41% | 0.71% | - |
| HSV(B) | 145.16º | 0.29% | 0.83% | - |
| XYZ | 43.43 | 56.07 | 49.09 | - |
| YUV | 188.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 175 | 0.29 | 0 | 0.17 | 0.17 | 145.16 | 0.41 | 0.71 |
| Hex | 95 | D3 | AF | 1D | 0 | 11 | 11 | 91 | 29 | 47 |
| Octal | 225 | 323 | 257 | 35 | 0 | 21 | 21 | 221 | 51 | 107 |
| Binary | 10010101 | 11010011 | 10101111 | 11101 | 0 | 10001 | 10001 | 10010001 | 101001 | 1000111 |
Color Harmonies of #95D3AF
Complementary color
Monochromatic Colors of #95D3AF
Black with #95D3AF
Text Example
Text Example
White with #95D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3AF; }
p { color: rgb(149,211,175); }
H1.HeaderClassName
{
color: #95D3AF;
}
.AnyTagClassName
{
color: #95D3AF;
}
</style>
background-color css
<style>
a { background-color: #95D3AF; }
a { background-color: rgb(149,211,175); }
div.DivClassName
{
background-color: #95D3AF;
}
.BgClassName
{
background-color: #95D3AF;
}
</style>
border-color css
<style>
span { border-color: #95D3AF; }
span { border-color: rgb(149,211,175); }
td.TdClassName
{
border-color: #95D3AF;
}
.TagClassName
{
border-color: #95D3AF;
}
</style>