Shades of Vista Blue #95D2AF
Tints of Vista Blue #95D2AF
RGB
CMYK
RGB Variations
Color information
#95D2AF (or 0x95D2AF) is known color: Vista Blue. HEX triplet: 95, D2 and AF. RGB value is (149,210,175). Sum of RGB (Red+Green+Blue) = 149+210+175=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2AF is #6A2D50. Grayscale: #BBBBBB. Windows color (decimal): -6958417 or 11522709. OLE color: 11522709.
HSL color Cylindrical-coordinate representation of color #95D2AF: hue angle of 145.57º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D2AF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 175 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.18 |
| HSL | 145.57º | 0.4% | 0.7% | - |
| HSV(B) | 145.57º | 0.29% | 0.82% | - |
| XYZ | 43.18 | 55.58 | 49.01 | - |
| YUV | 187.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 175 | 0.29 | 0 | 0.17 | 0.18 | 145.57 | 0.4 | 0.7 |
| Hex | 95 | D2 | AF | 1D | 0 | 11 | 12 | 92 | 28 | 46 |
| Octal | 225 | 322 | 257 | 35 | 0 | 21 | 22 | 222 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10101111 | 11101 | 0 | 10001 | 10010 | 10010010 | 101000 | 1000110 |
Color Harmonies of #95D2AF
Complementary color
Monochromatic Colors of #95D2AF
Black with #95D2AF
Text Example
Text Example
White with #95D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2AF; }
p { color: rgb(149,210,175); }
H1.HeaderClassName
{
color: #95D2AF;
}
.AnyTagClassName
{
color: #95D2AF;
}
</style>
background-color css
<style>
a { background-color: #95D2AF; }
a { background-color: rgb(149,210,175); }
div.DivClassName
{
background-color: #95D2AF;
}
.BgClassName
{
background-color: #95D2AF;
}
</style>
border-color css
<style>
span { border-color: #95D2AF; }
span { border-color: rgb(149,210,175); }
td.TdClassName
{
border-color: #95D2AF;
}
.TagClassName
{
border-color: #95D2AF;
}
</style>