Shades of Vista Blue #9AC8B1
Tints of Vista Blue #9AC8B1
RGB
CMYK
RGB Variations
Color information
#9AC8B1 (or 0x9AC8B1) is known color: Vista Blue. HEX triplet: 9A, C8 and B1. RGB value is (154,200,177). Sum of RGB (Red+Green+Blue) = 154+200+177=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC8B1 is #65374E. Grayscale: #B7B7B7. Windows color (decimal): -6633295 or 11651226. OLE color: 11651226.
HSL color Cylindrical-coordinate representation of color #9AC8B1: hue angle of 150º 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 #9AC8B1 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 177 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.22 |
| HSL | 150º | 0.29% | 0.69% | - |
| HSV(B) | 150º | 0.23% | 0.78% | - |
| XYZ | 41.92 | 51.35 | 49.3 | - |
| YUV | 183.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 177 | 0.23 | 0 | 0.12 | 0.22 | 150 | 0.29 | 0.69 |
| Hex | 9A | C8 | B1 | 17 | 0 | C | 16 | 96 | 1D | 45 |
| Octal | 232 | 310 | 261 | 27 | 0 | 14 | 26 | 226 | 35 | 105 |
| Binary | 10011010 | 11001000 | 10110001 | 10111 | 0 | 1100 | 10110 | 10010110 | 11101 | 1000101 |
Color Harmonies of #9AC8B1
Complementary color
Monochromatic Colors of #9AC8B1
Black with #9AC8B1
Text Example
Text Example
White with #9AC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC8B1; }
p { color: rgb(154,200,177); }
H1.HeaderClassName
{
color: #9AC8B1;
}
.AnyTagClassName
{
color: #9AC8B1;
}
</style>
background-color css
<style>
a { background-color: #9AC8B1; }
a { background-color: rgb(154,200,177); }
div.DivClassName
{
background-color: #9AC8B1;
}
.BgClassName
{
background-color: #9AC8B1;
}
</style>
border-color css
<style>
span { border-color: #9AC8B1; }
span { border-color: rgb(154,200,177); }
td.TdClassName
{
border-color: #9AC8B1;
}
.TagClassName
{
border-color: #9AC8B1;
}
</style>