Shades of Vista Blue #95D8B2
Tints of Vista Blue #95D8B2
RGB
CMYK
RGB Variations
Color information
#95D8B2 (or 0x95D8B2) is known color: Vista Blue. HEX triplet: 95, D8 and B2. RGB value is (149,216,178). Sum of RGB (Red+Green+Blue) = 149+216+178=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8B2 is #6A274D. Grayscale: #BFBFBF. Windows color (decimal): -6956878 or 11720853. OLE color: 11720853.
HSL color Cylindrical-coordinate representation of color #95D8B2: hue angle of 145.97º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D8B2 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 216 | 178 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.15 |
| HSL | 145.97º | 0.46% | 0.72% | - |
| HSV(B) | 145.97º | 0.31% | 0.85% | - |
| XYZ | 44.99 | 58.72 | 51.08 | - |
| YUV | 191.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 178 | 0.31 | 0 | 0.18 | 0.15 | 145.97 | 0.46 | 0.72 |
| Hex | 95 | D8 | B2 | 1F | 0 | 12 | F | 92 | 2E | 48 |
| Octal | 225 | 330 | 262 | 37 | 0 | 22 | 17 | 222 | 56 | 110 |
| Binary | 10010101 | 11011000 | 10110010 | 11111 | 0 | 10010 | 1111 | 10010010 | 101110 | 1001000 |
Color Harmonies of #95D8B2
Complementary color
Monochromatic Colors of #95D8B2
Black with #95D8B2
Text Example
Text Example
White with #95D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8B2; }
p { color: rgb(149,216,178); }
H1.HeaderClassName
{
color: #95D8B2;
}
.AnyTagClassName
{
color: #95D8B2;
}
</style>
background-color css
<style>
a { background-color: #95D8B2; }
a { background-color: rgb(149,216,178); }
div.DivClassName
{
background-color: #95D8B2;
}
.BgClassName
{
background-color: #95D8B2;
}
</style>
border-color css
<style>
span { border-color: #95D8B2; }
span { border-color: rgb(149,216,178); }
td.TdClassName
{
border-color: #95D8B2;
}
.TagClassName
{
border-color: #95D8B2;
}
</style>