Shades of Vista Blue #95C7A8
Tints of Vista Blue #95C7A8
RGB
CMYK
RGB Variations
Color information
#95C7A8 (or 0x95C7A8) is known color: Vista Blue. HEX triplet: 95, C7 and A8. RGB value is (149,199,168). Sum of RGB (Red+Green+Blue) = 149+199+168=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C7A8 is #6A3857. Grayscale: #B4B4B4. Windows color (decimal): -6961240 or 11061141. OLE color: 11061141.
HSL color Cylindrical-coordinate representation of color #95C7A8: hue angle of 142.8º degrees, saturation: 0.31, 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 #95C7A8 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 168 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.22 |
| HSL | 142.8º | 0.31% | 0.68% | - |
| HSV(B) | 142.8º | 0.25% | 0.78% | - |
| XYZ | 39.89 | 50.06 | 44.61 | - |
| YUV | 180.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 168 | 0.25 | 0 | 0.16 | 0.22 | 142.8 | 0.31 | 0.68 |
| Hex | 95 | C7 | A8 | 19 | 0 | 10 | 16 | 8F | 1F | 44 |
| Octal | 225 | 307 | 250 | 31 | 0 | 20 | 26 | 217 | 37 | 104 |
| Binary | 10010101 | 11000111 | 10101000 | 11001 | 0 | 10000 | 10110 | 10001111 | 11111 | 1000100 |
Color Harmonies of #95C7A8
Complementary color
Monochromatic Colors of #95C7A8
Black with #95C7A8
Text Example
Text Example
White with #95C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C7A8; }
p { color: rgb(149,199,168); }
H1.HeaderClassName
{
color: #95C7A8;
}
.AnyTagClassName
{
color: #95C7A8;
}
</style>
background-color css
<style>
a { background-color: #95C7A8; }
a { background-color: rgb(149,199,168); }
div.DivClassName
{
background-color: #95C7A8;
}
.BgClassName
{
background-color: #95C7A8;
}
</style>
border-color css
<style>
span { border-color: #95C7A8; }
span { border-color: rgb(149,199,168); }
td.TdClassName
{
border-color: #95C7A8;
}
.TagClassName
{
border-color: #95C7A8;
}
</style>