Shades of Vista Blue #9ACFBA
Tints of Vista Blue #9ACFBA
RGB
CMYK
RGB Variations
Color information
#9ACFBA (or 0x9ACFBA) is known color: Vista Blue. HEX triplet: 9A, CF and BA. RGB value is (154,207,186). Sum of RGB (Red+Green+Blue) = 154+207+186=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFBA is #653045. Grayscale: #BCBCBC. Windows color (decimal): -6631494 or 12242842. OLE color: 12242842.
HSL color Cylindrical-coordinate representation of color #9ACFBA: hue angle of 156.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFBA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 186 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.19 |
| HSL | 156.23º | 0.36% | 0.71% | - |
| HSV(B) | 156.23º | 0.26% | 0.81% | - |
| XYZ | 44.5 | 55.04 | 54.73 | - |
| YUV | 188.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 186 | 0.26 | 0 | 0.10 | 0.19 | 156.23 | 0.36 | 0.71 |
| Hex | 9A | CF | BA | 1A | 0 | A | 13 | 9C | 24 | 47 |
| Octal | 232 | 317 | 272 | 32 | 0 | 12 | 23 | 234 | 44 | 107 |
| Binary | 10011010 | 11001111 | 10111010 | 11010 | 0 | 1010 | 10011 | 10011100 | 100100 | 1000111 |
Color Harmonies of #9ACFBA
Complementary color
Monochromatic Colors of #9ACFBA
Black with #9ACFBA
Text Example
Text Example
White with #9ACFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFBA; }
p { color: rgb(154,207,186); }
H1.HeaderClassName
{
color: #9ACFBA;
}
.AnyTagClassName
{
color: #9ACFBA;
}
</style>
background-color css
<style>
a { background-color: #9ACFBA; }
a { background-color: rgb(154,207,186); }
div.DivClassName
{
background-color: #9ACFBA;
}
.BgClassName
{
background-color: #9ACFBA;
}
</style>
border-color css
<style>
span { border-color: #9ACFBA; }
span { border-color: rgb(154,207,186); }
td.TdClassName
{
border-color: #9ACFBA;
}
.TagClassName
{
border-color: #9ACFBA;
}
</style>