Shades of Vista Blue #9AD9AF
Tints of Vista Blue #9AD9AF
RGB
CMYK
RGB Variations
Color information
#9AD9AF (or 0x9AD9AF) is known color: Vista Blue. HEX triplet: 9A, D9 and AF. RGB value is (154,217,175). Sum of RGB (Red+Green+Blue) = 154+217+175=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD9AF is #652650. Grayscale: #C1C1C1. Windows color (decimal): -6628945 or 11524506. OLE color: 11524506.
HSL color Cylindrical-coordinate representation of color #9AD9AF: hue angle of 140º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD9AF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 175 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.15 |
| HSL | 140º | 0.45% | 0.73% | - |
| HSV(B) | 140º | 0.29% | 0.85% | - |
| XYZ | 45.88 | 59.59 | 49.64 | - |
| YUV | 193.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 175 | 0.29 | 0 | 0.19 | 0.15 | 140 | 0.45 | 0.73 |
| Hex | 9A | D9 | AF | 1D | 0 | 13 | F | 8C | 2D | 49 |
| Octal | 232 | 331 | 257 | 35 | 0 | 23 | 17 | 214 | 55 | 111 |
| Binary | 10011010 | 11011001 | 10101111 | 11101 | 0 | 10011 | 1111 | 10001100 | 101101 | 1001001 |
Color Harmonies of #9AD9AF
Complementary color
Monochromatic Colors of #9AD9AF
Black with #9AD9AF
Text Example
Text Example
White with #9AD9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD9AF; }
p { color: rgb(154,217,175); }
H1.HeaderClassName
{
color: #9AD9AF;
}
.AnyTagClassName
{
color: #9AD9AF;
}
</style>
background-color css
<style>
a { background-color: #9AD9AF; }
a { background-color: rgb(154,217,175); }
div.DivClassName
{
background-color: #9AD9AF;
}
.BgClassName
{
background-color: #9AD9AF;
}
</style>
border-color css
<style>
span { border-color: #9AD9AF; }
span { border-color: rgb(154,217,175); }
td.TdClassName
{
border-color: #9AD9AF;
}
.TagClassName
{
border-color: #9AD9AF;
}
</style>