Shades of Vista Blue #95D0AA
Tints of Vista Blue #95D0AA
RGB
CMYK
RGB Variations
Color information
#95D0AA (or 0x95D0AA) is known color: Vista Blue. HEX triplet: 95, D0 and AA. RGB value is (149,208,170). Sum of RGB (Red+Green+Blue) = 149+208+170=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0AA is #6A2F55. Grayscale: #BABABA. Windows color (decimal): -6958934 or 11194517. OLE color: 11194517.
HSL color Cylindrical-coordinate representation of color #95D0AA: hue angle of 141.36º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0AA is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 208 | 170 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.18 |
| HSL | 141.36º | 0.39% | 0.7% | - |
| HSV(B) | 141.36º | 0.28% | 0.82% | - |
| XYZ | 42.21 | 54.4 | 46.31 | - |
| YUV | 186.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 170 | 0.28 | 0 | 0.18 | 0.18 | 141.36 | 0.39 | 0.7 |
| Hex | 95 | D0 | AA | 1C | 0 | 12 | 12 | 8D | 27 | 46 |
| Octal | 225 | 320 | 252 | 34 | 0 | 22 | 22 | 215 | 47 | 106 |
| Binary | 10010101 | 11010000 | 10101010 | 11100 | 0 | 10010 | 10010 | 10001101 | 100111 | 1000110 |
Color Harmonies of #95D0AA
Complementary color
Monochromatic Colors of #95D0AA
Black with #95D0AA
Text Example
Text Example
White with #95D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0AA; }
p { color: rgb(149,208,170); }
H1.HeaderClassName
{
color: #95D0AA;
}
.AnyTagClassName
{
color: #95D0AA;
}
</style>
background-color css
<style>
a { background-color: #95D0AA; }
a { background-color: rgb(149,208,170); }
div.DivClassName
{
background-color: #95D0AA;
}
.BgClassName
{
background-color: #95D0AA;
}
</style>
border-color css
<style>
span { border-color: #95D0AA; }
span { border-color: rgb(149,208,170); }
td.TdClassName
{
border-color: #95D0AA;
}
.TagClassName
{
border-color: #95D0AA;
}
</style>