Shades of Vista Blue #9BCAB2
Tints of Vista Blue #9BCAB2
RGB
CMYK
RGB Variations
Color information
#9BCAB2 (or 0x9BCAB2) is known color: Vista Blue. HEX triplet: 9B, CA and B2. RGB value is (155,202,178). Sum of RGB (Red+Green+Blue) = 155+202+178=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAB2 is #64354D. Grayscale: #B9B9B9. Windows color (decimal): -6567246 or 11717275. OLE color: 11717275.
HSL color Cylindrical-coordinate representation of color #9BCAB2: hue angle of 149.36º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAB2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 178 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.21 |
| HSL | 149.36º | 0.31% | 0.7% | - |
| HSV(B) | 149.36º | 0.23% | 0.79% | - |
| XYZ | 42.67 | 52.42 | 49.99 | - |
| YUV | 185.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 178 | 0.23 | 0 | 0.12 | 0.21 | 149.36 | 0.31 | 0.7 |
| Hex | 9B | CA | B2 | 17 | 0 | C | 15 | 95 | 1F | 46 |
| Octal | 233 | 312 | 262 | 27 | 0 | 14 | 25 | 225 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10110010 | 10111 | 0 | 1100 | 10101 | 10010101 | 11111 | 1000110 |
Color Harmonies of #9BCAB2
Complementary color
Monochromatic Colors of #9BCAB2
Black with #9BCAB2
Text Example
Text Example
White with #9BCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAB2; }
p { color: rgb(155,202,178); }
H1.HeaderClassName
{
color: #9BCAB2;
}
.AnyTagClassName
{
color: #9BCAB2;
}
</style>
background-color css
<style>
a { background-color: #9BCAB2; }
a { background-color: rgb(155,202,178); }
div.DivClassName
{
background-color: #9BCAB2;
}
.BgClassName
{
background-color: #9BCAB2;
}
</style>
border-color css
<style>
span { border-color: #9BCAB2; }
span { border-color: rgb(155,202,178); }
td.TdClassName
{
border-color: #9BCAB2;
}
.TagClassName
{
border-color: #9BCAB2;
}
</style>