Shades of Vista Blue #9BDAAF
Tints of Vista Blue #9BDAAF
RGB
CMYK
RGB Variations
Color information
#9BDAAF (or 0x9BDAAF) is known color: Vista Blue. HEX triplet: 9B, DA and AF. RGB value is (155,218,175). Sum of RGB (Red+Green+Blue) = 155+218+175=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAAF is #642550. Grayscale: #C2C2C2. Windows color (decimal): -6563153 or 11524763. OLE color: 11524763.
HSL color Cylindrical-coordinate representation of color #9BDAAF: hue angle of 139.05º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDAAF is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 175 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.15 |
| HSL | 139.05º | 0.46% | 0.73% | - |
| HSV(B) | 139.05º | 0.29% | 0.85% | - |
| XYZ | 46.33 | 60.21 | 49.74 | - |
| YUV | 194.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 175 | 0.29 | 0 | 0.20 | 0.15 | 139.05 | 0.46 | 0.73 |
| Hex | 9B | DA | AF | 1D | 0 | 14 | F | 8B | 2E | 49 |
| Octal | 233 | 332 | 257 | 35 | 0 | 24 | 17 | 213 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10101111 | 11101 | 0 | 10100 | 1111 | 10001011 | 101110 | 1001001 |
Color Harmonies of #9BDAAF
Complementary color
Monochromatic Colors of #9BDAAF
Black with #9BDAAF
Text Example
Text Example
White with #9BDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAAF; }
p { color: rgb(155,218,175); }
H1.HeaderClassName
{
color: #9BDAAF;
}
.AnyTagClassName
{
color: #9BDAAF;
}
</style>
background-color css
<style>
a { background-color: #9BDAAF; }
a { background-color: rgb(155,218,175); }
div.DivClassName
{
background-color: #9BDAAF;
}
.BgClassName
{
background-color: #9BDAAF;
}
</style>
border-color css
<style>
span { border-color: #9BDAAF; }
span { border-color: rgb(155,218,175); }
td.TdClassName
{
border-color: #9BDAAF;
}
.TagClassName
{
border-color: #9BDAAF;
}
</style>