Shades of Vista Blue #95C5AE
Tints of Vista Blue #95C5AE
RGB
CMYK
RGB Variations
Color information
#95C5AE (or 0x95C5AE) is known color: Vista Blue. HEX triplet: 95, C5 and AE. RGB value is (149,197,174). Sum of RGB (Red+Green+Blue) = 149+197+174=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C5AE is #6A3A51. Grayscale: #B4B4B4. Windows color (decimal): -6961746 or 11453845. OLE color: 11453845.
HSL color Cylindrical-coordinate representation of color #95C5AE: hue angle of 151.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5AE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 174 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.23 |
| HSL | 151.25º | 0.29% | 0.68% | - |
| HSV(B) | 151.25º | 0.24% | 0.77% | - |
| XYZ | 40 | 49.38 | 47.47 | - |
| YUV | 180.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 174 | 0.24 | 0 | 0.12 | 0.23 | 151.25 | 0.29 | 0.68 |
| Hex | 95 | C5 | AE | 18 | 0 | C | 17 | 97 | 1D | 44 |
| Octal | 225 | 305 | 256 | 30 | 0 | 14 | 27 | 227 | 35 | 104 |
| Binary | 10010101 | 11000101 | 10101110 | 11000 | 0 | 1100 | 10111 | 10010111 | 11101 | 1000100 |
Color Harmonies of #95C5AE
Complementary color
Monochromatic Colors of #95C5AE
Black with #95C5AE
Text Example
Text Example
White with #95C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5AE; }
p { color: rgb(149,197,174); }
H1.HeaderClassName
{
color: #95C5AE;
}
.AnyTagClassName
{
color: #95C5AE;
}
</style>
background-color css
<style>
a { background-color: #95C5AE; }
a { background-color: rgb(149,197,174); }
div.DivClassName
{
background-color: #95C5AE;
}
.BgClassName
{
background-color: #95C5AE;
}
</style>
border-color css
<style>
span { border-color: #95C5AE; }
span { border-color: rgb(149,197,174); }
td.TdClassName
{
border-color: #95C5AE;
}
.TagClassName
{
border-color: #95C5AE;
}
</style>