Shades of Vista Blue #9ACCB5
Tints of Vista Blue #9ACCB5
RGB
CMYK
RGB Variations
Color information
#9ACCB5 (or 0x9ACCB5) is known color: Vista Blue. HEX triplet: 9A, CC and B5. RGB value is (154,204,181). Sum of RGB (Red+Green+Blue) = 154+204+181=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCB5 is #65334A. Grayscale: #BABABA. Windows color (decimal): -6632267 or 11914394. OLE color: 11914394.
HSL color Cylindrical-coordinate representation of color #9ACCB5: hue angle of 152.4º 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 #9ACCB5 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 181 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.2 |
| HSL | 152.4º | 0.33% | 0.7% | - |
| HSV(B) | 152.4º | 0.25% | 0.8% | - |
| XYZ | 43.26 | 53.39 | 51.74 | - |
| YUV | 186.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 181 | 0.25 | 0 | 0.11 | 0.2 | 152.4 | 0.33 | 0.7 |
| Hex | 9A | CC | B5 | 19 | 0 | B | 14 | 98 | 21 | 46 |
| Octal | 232 | 314 | 265 | 31 | 0 | 13 | 24 | 230 | 41 | 106 |
| Binary | 10011010 | 11001100 | 10110101 | 11001 | 0 | 1011 | 10100 | 10011000 | 100001 | 1000110 |
Color Harmonies of #9ACCB5
Complementary color
Monochromatic Colors of #9ACCB5
Black with #9ACCB5
Text Example
Text Example
White with #9ACCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCB5; }
p { color: rgb(154,204,181); }
H1.HeaderClassName
{
color: #9ACCB5;
}
.AnyTagClassName
{
color: #9ACCB5;
}
</style>
background-color css
<style>
a { background-color: #9ACCB5; }
a { background-color: rgb(154,204,181); }
div.DivClassName
{
background-color: #9ACCB5;
}
.BgClassName
{
background-color: #9ACCB5;
}
</style>
border-color css
<style>
span { border-color: #9ACCB5; }
span { border-color: rgb(154,204,181); }
td.TdClassName
{
border-color: #9ACCB5;
}
.TagClassName
{
border-color: #9ACCB5;
}
</style>