Shades of Vista Blue #9AC8AD
Tints of Vista Blue #9AC8AD
RGB
CMYK
RGB Variations
Color information
#9AC8AD (or 0x9AC8AD) is known color: Vista Blue. HEX triplet: 9A, C8 and AD. RGB value is (154,200,173). Sum of RGB (Red+Green+Blue) = 154+200+173=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC8AD is #653752. Grayscale: #B7B7B7. Windows color (decimal): -6633299 or 11389082. OLE color: 11389082.
HSL color Cylindrical-coordinate representation of color #9AC8AD: hue angle of 144.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AC8AD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 173 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.22 |
| HSL | 144.78º | 0.29% | 0.69% | - |
| HSV(B) | 144.78º | 0.23% | 0.78% | - |
| XYZ | 41.52 | 51.2 | 47.23 | - |
| YUV | 183.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 173 | 0.23 | 0 | 0.14 | 0.22 | 144.78 | 0.29 | 0.69 |
| Hex | 9A | C8 | AD | 17 | 0 | E | 16 | 91 | 1D | 45 |
| Octal | 232 | 310 | 255 | 27 | 0 | 16 | 26 | 221 | 35 | 105 |
| Binary | 10011010 | 11001000 | 10101101 | 10111 | 0 | 1110 | 10110 | 10010001 | 11101 | 1000101 |
Color Harmonies of #9AC8AD
Complementary color
Monochromatic Colors of #9AC8AD
Black with #9AC8AD
Text Example
Text Example
White with #9AC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC8AD; }
p { color: rgb(154,200,173); }
H1.HeaderClassName
{
color: #9AC8AD;
}
.AnyTagClassName
{
color: #9AC8AD;
}
</style>
background-color css
<style>
a { background-color: #9AC8AD; }
a { background-color: rgb(154,200,173); }
div.DivClassName
{
background-color: #9AC8AD;
}
.BgClassName
{
background-color: #9AC8AD;
}
</style>
border-color css
<style>
span { border-color: #9AC8AD; }
span { border-color: rgb(154,200,173); }
td.TdClassName
{
border-color: #9AC8AD;
}
.TagClassName
{
border-color: #9AC8AD;
}
</style>