Shades of Vista Blue #9ACDAF
Tints of Vista Blue #9ACDAF
RGB
CMYK
RGB Variations
Color information
#9ACDAF (or 0x9ACDAF) is known color: Vista Blue. HEX triplet: 9A, CD and AF. RGB value is (154,205,175). Sum of RGB (Red+Green+Blue) = 154+205+175=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDAF is #653250. Grayscale: #BABABA. Windows color (decimal): -6632017 or 11521434. OLE color: 11521434.
HSL color Cylindrical-coordinate representation of color #9ACDAF: hue angle of 144.71º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDAF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 175 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.20 |
| HSL | 144.71º | 0.34% | 0.7% | - |
| HSV(B) | 144.71º | 0.25% | 0.8% | - |
| XYZ | 42.9 | 53.63 | 48.65 | - |
| YUV | 186.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 175 | 0.25 | 0 | 0.15 | 0.20 | 144.71 | 0.34 | 0.7 |
| Hex | 9A | CD | AF | 19 | 0 | F | 14 | 91 | 22 | 46 |
| Octal | 232 | 315 | 257 | 31 | 0 | 17 | 24 | 221 | 42 | 106 |
| Binary | 10011010 | 11001101 | 10101111 | 11001 | 0 | 1111 | 10100 | 10010001 | 100010 | 1000110 |
Color Harmonies of #9ACDAF
Complementary color
Monochromatic Colors of #9ACDAF
Black with #9ACDAF
Text Example
Text Example
White with #9ACDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDAF; }
p { color: rgb(154,205,175); }
H1.HeaderClassName
{
color: #9ACDAF;
}
.AnyTagClassName
{
color: #9ACDAF;
}
</style>
background-color css
<style>
a { background-color: #9ACDAF; }
a { background-color: rgb(154,205,175); }
div.DivClassName
{
background-color: #9ACDAF;
}
.BgClassName
{
background-color: #9ACDAF;
}
</style>
border-color css
<style>
span { border-color: #9ACDAF; }
span { border-color: rgb(154,205,175); }
td.TdClassName
{
border-color: #9ACDAF;
}
.TagClassName
{
border-color: #9ACDAF;
}
</style>