Shades of Vista Blue #9BCDAF
Tints of Vista Blue #9BCDAF
RGB
CMYK
RGB Variations
Color information
#9BCDAF (or 0x9BCDAF) is known color: Vista Blue. HEX triplet: 9B, CD and AF. RGB value is (155,205,175). Sum of RGB (Red+Green+Blue) = 155+205+175=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDAF is #643250. Grayscale: #BABABA. Windows color (decimal): -6566481 or 11521435. OLE color: 11521435.
HSL color Cylindrical-coordinate representation of color #9BCDAF: hue angle of 144º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDAF is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 175 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.20 |
| HSL | 144º | 0.33% | 0.71% | - |
| HSV(B) | 144º | 0.24% | 0.8% | - |
| XYZ | 43.09 | 53.73 | 48.66 | - |
| YUV | 186.63 | 121.44 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 175 | 0.24 | 0 | 0.15 | 0.20 | 144 | 0.33 | 0.71 |
| Hex | 9B | CD | AF | 18 | 0 | F | 14 | 90 | 21 | 47 |
| Octal | 233 | 315 | 257 | 30 | 0 | 17 | 24 | 220 | 41 | 107 |
| Binary | 10011011 | 11001101 | 10101111 | 11000 | 0 | 1111 | 10100 | 10010000 | 100001 | 1000111 |
Color Harmonies of #9BCDAF
Complementary color
Monochromatic Colors of #9BCDAF
Black with #9BCDAF
Text Example
Text Example
White with #9BCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDAF; }
p { color: rgb(155,205,175); }
H1.HeaderClassName
{
color: #9BCDAF;
}
.AnyTagClassName
{
color: #9BCDAF;
}
</style>
background-color css
<style>
a { background-color: #9BCDAF; }
a { background-color: rgb(155,205,175); }
div.DivClassName
{
background-color: #9BCDAF;
}
.BgClassName
{
background-color: #9BCDAF;
}
</style>
border-color css
<style>
span { border-color: #9BCDAF; }
span { border-color: rgb(155,205,175); }
td.TdClassName
{
border-color: #9BCDAF;
}
.TagClassName
{
border-color: #9BCDAF;
}
</style>