Shades of Vista Blue #95D2B1
Tints of Vista Blue #95D2B1
RGB
CMYK
RGB Variations
Color information
#95D2B1 (or 0x95D2B1) is known color: Vista Blue. HEX triplet: 95, D2 and B1. RGB value is (149,210,177). Sum of RGB (Red+Green+Blue) = 149+210+177=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D2B1 is #6A2D4E. Grayscale: #BCBCBC. Windows color (decimal): -6958415 or 11653781. OLE color: 11653781.
HSL color Cylindrical-coordinate representation of color #95D2B1: hue angle of 147.54º 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 #95D2B1 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 177 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.18 |
| HSL | 147.54º | 0.4% | 0.7% | - |
| HSV(B) | 147.54º | 0.29% | 0.82% | - |
| XYZ | 43.38 | 55.66 | 50.05 | - |
| YUV | 188 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 177 | 0.29 | 0 | 0.16 | 0.18 | 147.54 | 0.4 | 0.7 |
| Hex | 95 | D2 | B1 | 1D | 0 | 10 | 12 | 94 | 28 | 46 |
| Octal | 225 | 322 | 261 | 35 | 0 | 20 | 22 | 224 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10110001 | 11101 | 0 | 10000 | 10010 | 10010100 | 101000 | 1000110 |
Color Harmonies of #95D2B1
Complementary color
Monochromatic Colors of #95D2B1
Black with #95D2B1
Text Example
Text Example
White with #95D2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2B1; }
p { color: rgb(149,210,177); }
H1.HeaderClassName
{
color: #95D2B1;
}
.AnyTagClassName
{
color: #95D2B1;
}
</style>
background-color css
<style>
a { background-color: #95D2B1; }
a { background-color: rgb(149,210,177); }
div.DivClassName
{
background-color: #95D2B1;
}
.BgClassName
{
background-color: #95D2B1;
}
</style>
border-color css
<style>
span { border-color: #95D2B1; }
span { border-color: rgb(149,210,177); }
td.TdClassName
{
border-color: #95D2B1;
}
.TagClassName
{
border-color: #95D2B1;
}
</style>