Shades of Vista Blue #95D6BB
Tints of Vista Blue #95D6BB
RGB
CMYK
RGB Variations
Color information
#95D6BB (or 0x95D6BB) is known color: Vista Blue. HEX triplet: 95, D6 and BB. RGB value is (149,214,187). Sum of RGB (Red+Green+Blue) = 149+214+187=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6BB is #6A2944. Grayscale: #BFBFBF. Windows color (decimal): -6957381 or 12310165. OLE color: 12310165.
HSL color Cylindrical-coordinate representation of color #95D6BB: hue angle of 155.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D6BB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 214 | 187 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.16 |
| HSL | 155.08º | 0.44% | 0.71% | - |
| HSV(B) | 155.08º | 0.3% | 0.84% | - |
| XYZ | 45.41 | 58.07 | 55.83 | - |
| YUV | 191.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 214 | 187 | 0.30 | 0 | 0.13 | 0.16 | 155.08 | 0.44 | 0.71 |
| Hex | 95 | D6 | BB | 1E | 0 | D | 10 | 9B | 2C | 47 |
| Octal | 225 | 326 | 273 | 36 | 0 | 15 | 20 | 233 | 54 | 107 |
| Binary | 10010101 | 11010110 | 10111011 | 11110 | 0 | 1101 | 10000 | 10011011 | 101100 | 1000111 |
Color Harmonies of #95D6BB
Complementary color
Monochromatic Colors of #95D6BB
Black with #95D6BB
Text Example
Text Example
White with #95D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D6BB; }
p { color: rgb(149,214,187); }
H1.HeaderClassName
{
color: #95D6BB;
}
.AnyTagClassName
{
color: #95D6BB;
}
</style>
background-color css
<style>
a { background-color: #95D6BB; }
a { background-color: rgb(149,214,187); }
div.DivClassName
{
background-color: #95D6BB;
}
.BgClassName
{
background-color: #95D6BB;
}
</style>
border-color css
<style>
span { border-color: #95D6BB; }
span { border-color: rgb(149,214,187); }
td.TdClassName
{
border-color: #95D6BB;
}
.TagClassName
{
border-color: #95D6BB;
}
</style>