Shades of Vista Blue #9BCAB3
Tints of Vista Blue #9BCAB3
RGB
CMYK
RGB Variations
Color information
#9BCAB3 (or 0x9BCAB3) is known color: Vista Blue. HEX triplet: 9B, CA and B3. RGB value is (155,202,179). Sum of RGB (Red+Green+Blue) = 155+202+179=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAB3 is #64354C. Grayscale: #B9B9B9. Windows color (decimal): -6567245 or 11782811. OLE color: 11782811.
HSL color Cylindrical-coordinate representation of color #9BCAB3: hue angle of 150.64º 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 #9BCAB3 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 179 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.21 |
| HSL | 150.64º | 0.31% | 0.7% | - |
| HSV(B) | 150.64º | 0.23% | 0.79% | - |
| XYZ | 42.77 | 52.46 | 50.52 | - |
| YUV | 185.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 179 | 0.23 | 0 | 0.11 | 0.21 | 150.64 | 0.31 | 0.7 |
| Hex | 9B | CA | B3 | 17 | 0 | B | 15 | 97 | 1F | 46 |
| Octal | 233 | 312 | 263 | 27 | 0 | 13 | 25 | 227 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10110011 | 10111 | 0 | 1011 | 10101 | 10010111 | 11111 | 1000110 |
Color Harmonies of #9BCAB3
Complementary color
Monochromatic Colors of #9BCAB3
Black with #9BCAB3
Text Example
Text Example
White with #9BCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAB3; }
p { color: rgb(155,202,179); }
H1.HeaderClassName
{
color: #9BCAB3;
}
.AnyTagClassName
{
color: #9BCAB3;
}
</style>
background-color css
<style>
a { background-color: #9BCAB3; }
a { background-color: rgb(155,202,179); }
div.DivClassName
{
background-color: #9BCAB3;
}
.BgClassName
{
background-color: #9BCAB3;
}
</style>
border-color css
<style>
span { border-color: #9BCAB3; }
span { border-color: rgb(155,202,179); }
td.TdClassName
{
border-color: #9BCAB3;
}
.TagClassName
{
border-color: #9BCAB3;
}
</style>