Shades of Vista Blue #95D2BB
Tints of Vista Blue #95D2BB
RGB
CMYK
RGB Variations
Color information
#95D2BB (or 0x95D2BB) is known color: Vista Blue. HEX triplet: 95, D2 and BB. RGB value is (149,210,187). Sum of RGB (Red+Green+Blue) = 149+210+187=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #95D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D2BB is #6A2D44. Grayscale: #BDBDBD. Windows color (decimal): -6958405 or 12309141. OLE color: 12309141.
HSL color Cylindrical-coordinate representation of color #95D2BB: hue angle of 157.38º 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 #95D2BB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 187 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.18 |
| HSL | 157.38º | 0.4% | 0.7% | - |
| HSV(B) | 157.38º | 0.29% | 0.82% | - |
| XYZ | 44.41 | 56.07 | 55.5 | - |
| YUV | 189.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 187 | 0.29 | 0 | 0.11 | 0.18 | 157.38 | 0.4 | 0.7 |
| Hex | 95 | D2 | BB | 1D | 0 | B | 12 | 9D | 28 | 46 |
| Octal | 225 | 322 | 273 | 35 | 0 | 13 | 22 | 235 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10111011 | 11101 | 0 | 1011 | 10010 | 10011101 | 101000 | 1000110 |
Color Harmonies of #95D2BB
Complementary color
Monochromatic Colors of #95D2BB
Black with #95D2BB
Text Example
Text Example
White with #95D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D2BB; }
p { color: rgb(149,210,187); }
H1.HeaderClassName
{
color: #95D2BB;
}
.AnyTagClassName
{
color: #95D2BB;
}
</style>
background-color css
<style>
a { background-color: #95D2BB; }
a { background-color: rgb(149,210,187); }
div.DivClassName
{
background-color: #95D2BB;
}
.BgClassName
{
background-color: #95D2BB;
}
</style>
border-color css
<style>
span { border-color: #95D2BB; }
span { border-color: rgb(149,210,187); }
td.TdClassName
{
border-color: #95D2BB;
}
.TagClassName
{
border-color: #95D2BB;
}
</style>