Shades of Vista Blue #95CEB1
Tints of Vista Blue #95CEB1
RGB
CMYK
RGB Variations
Color information
#95CEB1 (or 0x95CEB1) is known color: Vista Blue. HEX triplet: 95, CE and B1. RGB value is (149,206,177). Sum of RGB (Red+Green+Blue) = 149+206+177=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CEB1 is #6A314E. Grayscale: #B9B9B9. Windows color (decimal): -6959439 or 11652757. OLE color: 11652757.
HSL color Cylindrical-coordinate representation of color #95CEB1: hue angle of 149.47º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEB1 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 177 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.19 |
| HSL | 149.47º | 0.37% | 0.7% | - |
| HSV(B) | 149.47º | 0.28% | 0.81% | - |
| XYZ | 42.4 | 53.71 | 49.73 | - |
| YUV | 185.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 177 | 0.28 | 0 | 0.14 | 0.19 | 149.47 | 0.37 | 0.7 |
| Hex | 95 | CE | B1 | 1C | 0 | E | 13 | 95 | 25 | 46 |
| Octal | 225 | 316 | 261 | 34 | 0 | 16 | 23 | 225 | 45 | 106 |
| Binary | 10010101 | 11001110 | 10110001 | 11100 | 0 | 1110 | 10011 | 10010101 | 100101 | 1000110 |
Color Harmonies of #95CEB1
Complementary color
Monochromatic Colors of #95CEB1
Black with #95CEB1
Text Example
Text Example
White with #95CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEB1; }
p { color: rgb(149,206,177); }
H1.HeaderClassName
{
color: #95CEB1;
}
.AnyTagClassName
{
color: #95CEB1;
}
</style>
background-color css
<style>
a { background-color: #95CEB1; }
a { background-color: rgb(149,206,177); }
div.DivClassName
{
background-color: #95CEB1;
}
.BgClassName
{
background-color: #95CEB1;
}
</style>
border-color css
<style>
span { border-color: #95CEB1; }
span { border-color: rgb(149,206,177); }
td.TdClassName
{
border-color: #95CEB1;
}
.TagClassName
{
border-color: #95CEB1;
}
</style>