Shades of Vista Blue #9AD6AF
Tints of Vista Blue #9AD6AF
RGB
CMYK
RGB Variations
Color information
#9AD6AF (or 0x9AD6AF) is known color: Vista Blue. HEX triplet: 9A, D6 and AF. RGB value is (154,214,175). Sum of RGB (Red+Green+Blue) = 154+214+175=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD6AF is #652950. Grayscale: #BFBFBF. Windows color (decimal): -6629713 or 11523738. OLE color: 11523738.
HSL color Cylindrical-coordinate representation of color #9AD6AF: hue angle of 141º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6AF is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 175 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.16 |
| HSL | 141º | 0.42% | 0.72% | - |
| HSV(B) | 141º | 0.28% | 0.84% | - |
| XYZ | 45.11 | 58.06 | 49.39 | - |
| YUV | 191.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 175 | 0.28 | 0 | 0.18 | 0.16 | 141 | 0.42 | 0.72 |
| Hex | 9A | D6 | AF | 1C | 0 | 12 | 10 | 8D | 2A | 48 |
| Octal | 232 | 326 | 257 | 34 | 0 | 22 | 20 | 215 | 52 | 110 |
| Binary | 10011010 | 11010110 | 10101111 | 11100 | 0 | 10010 | 10000 | 10001101 | 101010 | 1001000 |
Color Harmonies of #9AD6AF
Complementary color
Monochromatic Colors of #9AD6AF
Black with #9AD6AF
Text Example
Text Example
White with #9AD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6AF; }
p { color: rgb(154,214,175); }
H1.HeaderClassName
{
color: #9AD6AF;
}
.AnyTagClassName
{
color: #9AD6AF;
}
</style>
background-color css
<style>
a { background-color: #9AD6AF; }
a { background-color: rgb(154,214,175); }
div.DivClassName
{
background-color: #9AD6AF;
}
.BgClassName
{
background-color: #9AD6AF;
}
</style>
border-color css
<style>
span { border-color: #9AD6AF; }
span { border-color: rgb(154,214,175); }
td.TdClassName
{
border-color: #9AD6AF;
}
.TagClassName
{
border-color: #9AD6AF;
}
</style>