Shades of Vista Blue #9BDAB2
Tints of Vista Blue #9BDAB2
RGB
CMYK
RGB Variations
Color information
#9BDAB2 (or 0x9BDAB2) is known color: Vista Blue. HEX triplet: 9B, DA and B2. RGB value is (155,218,178). Sum of RGB (Red+Green+Blue) = 155+218+178=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAB2 is #64254D. Grayscale: #C2C2C2. Windows color (decimal): -6563150 or 11721371. OLE color: 11721371.
HSL color Cylindrical-coordinate representation of color #9BDAB2: hue angle of 141.9º 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 #9BDAB2 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 178 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.15 |
| HSL | 141.9º | 0.46% | 0.73% | - |
| HSV(B) | 141.9º | 0.29% | 0.85% | - |
| XYZ | 46.62 | 60.33 | 51.31 | - |
| YUV | 194.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 178 | 0.29 | 0 | 0.18 | 0.15 | 141.9 | 0.46 | 0.73 |
| Hex | 9B | DA | B2 | 1D | 0 | 12 | F | 8E | 2E | 49 |
| Octal | 233 | 332 | 262 | 35 | 0 | 22 | 17 | 216 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10110010 | 11101 | 0 | 10010 | 1111 | 10001110 | 101110 | 1001001 |
Color Harmonies of #9BDAB2
Complementary color
Monochromatic Colors of #9BDAB2
Black with #9BDAB2
Text Example
Text Example
White with #9BDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAB2; }
p { color: rgb(155,218,178); }
H1.HeaderClassName
{
color: #9BDAB2;
}
.AnyTagClassName
{
color: #9BDAB2;
}
</style>
background-color css
<style>
a { background-color: #9BDAB2; }
a { background-color: rgb(155,218,178); }
div.DivClassName
{
background-color: #9BDAB2;
}
.BgClassName
{
background-color: #9BDAB2;
}
</style>
border-color css
<style>
span { border-color: #9BDAB2; }
span { border-color: rgb(155,218,178); }
td.TdClassName
{
border-color: #9BDAB2;
}
.TagClassName
{
border-color: #9BDAB2;
}
</style>