Shades of Vista Blue #9BD3BA
Tints of Vista Blue #9BD3BA
RGB
CMYK
RGB Variations
Color information
#9BD3BA (or 0x9BD3BA) is known color: Vista Blue. HEX triplet: 9B, D3 and BA. RGB value is (155,211,186). Sum of RGB (Red+Green+Blue) = 155+211+186=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD3BA is #642C45. Grayscale: #BFBFBF. Windows color (decimal): -6564934 or 12243867. OLE color: 12243867.
HSL color Cylindrical-coordinate representation of color #9BD3BA: hue angle of 153.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3BA is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 186 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.17 |
| HSL | 153.21º | 0.39% | 0.72% | - |
| HSV(B) | 153.21º | 0.27% | 0.83% | - |
| XYZ | 45.67 | 57.1 | 55.07 | - |
| YUV | 191.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 186 | 0.27 | 0 | 0.12 | 0.17 | 153.21 | 0.39 | 0.72 |
| Hex | 9B | D3 | BA | 1B | 0 | C | 11 | 99 | 27 | 48 |
| Octal | 233 | 323 | 272 | 33 | 0 | 14 | 21 | 231 | 47 | 110 |
| Binary | 10011011 | 11010011 | 10111010 | 11011 | 0 | 1100 | 10001 | 10011001 | 100111 | 1001000 |
Color Harmonies of #9BD3BA
Complementary color
Monochromatic Colors of #9BD3BA
Black with #9BD3BA
Text Example
Text Example
White with #9BD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3BA; }
p { color: rgb(155,211,186); }
H1.HeaderClassName
{
color: #9BD3BA;
}
.AnyTagClassName
{
color: #9BD3BA;
}
</style>
background-color css
<style>
a { background-color: #9BD3BA; }
a { background-color: rgb(155,211,186); }
div.DivClassName
{
background-color: #9BD3BA;
}
.BgClassName
{
background-color: #9BD3BA;
}
</style>
border-color css
<style>
span { border-color: #9BD3BA; }
span { border-color: rgb(155,211,186); }
td.TdClassName
{
border-color: #9BD3BA;
}
.TagClassName
{
border-color: #9BD3BA;
}
</style>