Shades of Vista Blue #9ACEAF
Tints of Vista Blue #9ACEAF
RGB
CMYK
RGB Variations
Color information
#9ACEAF (or 0x9ACEAF) is known color: Vista Blue. HEX triplet: 9A, CE and AF. RGB value is (154,206,175). Sum of RGB (Red+Green+Blue) = 154+206+175=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACEAF is #653150. Grayscale: #BABABA. Windows color (decimal): -6631761 or 11521690. OLE color: 11521690.
HSL color Cylindrical-coordinate representation of color #9ACEAF: hue angle of 144.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEAF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 175 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.19 |
| HSL | 144.23º | 0.35% | 0.71% | - |
| HSV(B) | 144.23º | 0.25% | 0.81% | - |
| XYZ | 43.14 | 54.11 | 48.73 | - |
| YUV | 186.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 175 | 0.25 | 0 | 0.15 | 0.19 | 144.23 | 0.35 | 0.71 |
| Hex | 9A | CE | AF | 19 | 0 | F | 13 | 90 | 23 | 47 |
| Octal | 232 | 316 | 257 | 31 | 0 | 17 | 23 | 220 | 43 | 107 |
| Binary | 10011010 | 11001110 | 10101111 | 11001 | 0 | 1111 | 10011 | 10010000 | 100011 | 1000111 |
Color Harmonies of #9ACEAF
Complementary color
Monochromatic Colors of #9ACEAF
Black with #9ACEAF
Text Example
Text Example
White with #9ACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACEAF; }
p { color: rgb(154,206,175); }
H1.HeaderClassName
{
color: #9ACEAF;
}
.AnyTagClassName
{
color: #9ACEAF;
}
</style>
background-color css
<style>
a { background-color: #9ACEAF; }
a { background-color: rgb(154,206,175); }
div.DivClassName
{
background-color: #9ACEAF;
}
.BgClassName
{
background-color: #9ACEAF;
}
</style>
border-color css
<style>
span { border-color: #9ACEAF; }
span { border-color: rgb(154,206,175); }
td.TdClassName
{
border-color: #9ACEAF;
}
.TagClassName
{
border-color: #9ACEAF;
}
</style>