Shades of Vista Blue #96C7AA
Tints of Vista Blue #96C7AA
RGB
CMYK
RGB Variations
Color information
#96C7AA (or 0x96C7AA) is known color: Vista Blue. HEX triplet: 96, C7 and AA. RGB value is (150,199,170). Sum of RGB (Red+Green+Blue) = 150+199+170=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #96C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C7AA is #693855. Grayscale: #B5B5B5. Windows color (decimal): -6895702 or 11192214. OLE color: 11192214.
HSL color Cylindrical-coordinate representation of color #96C7AA: hue angle of 144.49º degrees, saturation: 0.3, 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 #96C7AA is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 170 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.22 |
| HSL | 144.49º | 0.3% | 0.68% | - |
| HSV(B) | 144.49º | 0.25% | 0.78% | - |
| XYZ | 40.26 | 50.23 | 45.6 | - |
| YUV | 181.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 170 | 0.25 | 0 | 0.15 | 0.22 | 144.49 | 0.3 | 0.68 |
| Hex | 96 | C7 | AA | 19 | 0 | F | 16 | 90 | 1E | 44 |
| Octal | 226 | 307 | 252 | 31 | 0 | 17 | 26 | 220 | 36 | 104 |
| Binary | 10010110 | 11000111 | 10101010 | 11001 | 0 | 1111 | 10110 | 10010000 | 11110 | 1000100 |
Color Harmonies of #96C7AA
Complementary color
Monochromatic Colors of #96C7AA
Black with #96C7AA
Text Example
Text Example
White with #96C7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C7AA; }
p { color: rgb(150,199,170); }
H1.HeaderClassName
{
color: #96C7AA;
}
.AnyTagClassName
{
color: #96C7AA;
}
</style>
background-color css
<style>
a { background-color: #96C7AA; }
a { background-color: rgb(150,199,170); }
div.DivClassName
{
background-color: #96C7AA;
}
.BgClassName
{
background-color: #96C7AA;
}
</style>
border-color css
<style>
span { border-color: #96C7AA; }
span { border-color: rgb(150,199,170); }
td.TdClassName
{
border-color: #96C7AA;
}
.TagClassName
{
border-color: #96C7AA;
}
</style>