Shades of Vista Blue #95C8B1
Tints of Vista Blue #95C8B1
RGB
CMYK
RGB Variations
Color information
#95C8B1 (or 0x95C8B1) is known color: Vista Blue. HEX triplet: 95, C8 and B1. RGB value is (149,200,177). Sum of RGB (Red+Green+Blue) = 149+200+177=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C8B1 is #6A374E. Grayscale: #B6B6B6. Windows color (decimal): -6960975 or 11651221. OLE color: 11651221.
HSL color Cylindrical-coordinate representation of color #95C8B1: hue angle of 152.94º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C8B1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 177 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.22 |
| HSL | 152.94º | 0.32% | 0.68% | - |
| HSV(B) | 152.94º | 0.26% | 0.78% | - |
| XYZ | 40.98 | 50.87 | 49.25 | - |
| YUV | 182.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 177 | 0.26 | 0 | 0.12 | 0.22 | 152.94 | 0.32 | 0.68 |
| Hex | 95 | C8 | B1 | 1A | 0 | C | 16 | 99 | 20 | 44 |
| Octal | 225 | 310 | 261 | 32 | 0 | 14 | 26 | 231 | 40 | 104 |
| Binary | 10010101 | 11001000 | 10110001 | 11010 | 0 | 1100 | 10110 | 10011001 | 100000 | 1000100 |
Color Harmonies of #95C8B1
Complementary color
Monochromatic Colors of #95C8B1
Black with #95C8B1
Text Example
Text Example
White with #95C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C8B1; }
p { color: rgb(149,200,177); }
H1.HeaderClassName
{
color: #95C8B1;
}
.AnyTagClassName
{
color: #95C8B1;
}
</style>
background-color css
<style>
a { background-color: #95C8B1; }
a { background-color: rgb(149,200,177); }
div.DivClassName
{
background-color: #95C8B1;
}
.BgClassName
{
background-color: #95C8B1;
}
</style>
border-color css
<style>
span { border-color: #95C8B1; }
span { border-color: rgb(149,200,177); }
td.TdClassName
{
border-color: #95C8B1;
}
.TagClassName
{
border-color: #95C8B1;
}
</style>