Shades of Vista Blue #9ACCB2
Tints of Vista Blue #9ACCB2
RGB
CMYK
RGB Variations
Color information
#9ACCB2 (or 0x9ACCB2) is known color: Vista Blue. HEX triplet: 9A, CC and B2. RGB value is (154,204,178). Sum of RGB (Red+Green+Blue) = 154+204+178=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACCB2 is #65334D. Grayscale: #BABABA. Windows color (decimal): -6632270 or 11717786. OLE color: 11717786.
HSL color Cylindrical-coordinate representation of color #9ACCB2: hue angle of 148.8º degrees, saturation: 0.33, 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 #9ACCB2 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 178 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.2 |
| HSL | 148.8º | 0.33% | 0.7% | - |
| HSV(B) | 148.8º | 0.25% | 0.8% | - |
| XYZ | 42.96 | 53.27 | 50.14 | - |
| YUV | 186.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 178 | 0.25 | 0 | 0.13 | 0.2 | 148.8 | 0.33 | 0.7 |
| Hex | 9A | CC | B2 | 19 | 0 | D | 14 | 95 | 21 | 46 |
| Octal | 232 | 314 | 262 | 31 | 0 | 15 | 24 | 225 | 41 | 106 |
| Binary | 10011010 | 11001100 | 10110010 | 11001 | 0 | 1101 | 10100 | 10010101 | 100001 | 1000110 |
Color Harmonies of #9ACCB2
Complementary color
Monochromatic Colors of #9ACCB2
Black with #9ACCB2
Text Example
Text Example
White with #9ACCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCB2; }
p { color: rgb(154,204,178); }
H1.HeaderClassName
{
color: #9ACCB2;
}
.AnyTagClassName
{
color: #9ACCB2;
}
</style>
background-color css
<style>
a { background-color: #9ACCB2; }
a { background-color: rgb(154,204,178); }
div.DivClassName
{
background-color: #9ACCB2;
}
.BgClassName
{
background-color: #9ACCB2;
}
</style>
border-color css
<style>
span { border-color: #9ACCB2; }
span { border-color: rgb(154,204,178); }
td.TdClassName
{
border-color: #9ACCB2;
}
.TagClassName
{
border-color: #9ACCB2;
}
</style>