Shades of Vista Blue #9BCCAD
Tints of Vista Blue #9BCCAD
RGB
CMYK
RGB Variations
Color information
#9BCCAD (or 0x9BCCAD) is known color: Vista Blue. HEX triplet: 9B, CC and AD. RGB value is (155,204,173). Sum of RGB (Red+Green+Blue) = 155+204+173=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCCAD is #643352. Grayscale: #B9B9B9. Windows color (decimal): -6566739 or 11390107. OLE color: 11390107.
HSL color Cylindrical-coordinate representation of color #9BCCAD: hue angle of 142.04º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCAD is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 173 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.2 |
| HSL | 142.04º | 0.32% | 0.7% | - |
| HSV(B) | 142.04º | 0.24% | 0.8% | - |
| XYZ | 42.65 | 53.17 | 47.55 | - |
| YUV | 185.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 173 | 0.24 | 0 | 0.15 | 0.2 | 142.04 | 0.32 | 0.7 |
| Hex | 9B | CC | AD | 18 | 0 | F | 14 | 8E | 20 | 46 |
| Octal | 233 | 314 | 255 | 30 | 0 | 17 | 24 | 216 | 40 | 106 |
| Binary | 10011011 | 11001100 | 10101101 | 11000 | 0 | 1111 | 10100 | 10001110 | 100000 | 1000110 |
Color Harmonies of #9BCCAD
Complementary color
Monochromatic Colors of #9BCCAD
Black with #9BCCAD
Text Example
Text Example
White with #9BCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCAD; }
p { color: rgb(155,204,173); }
H1.HeaderClassName
{
color: #9BCCAD;
}
.AnyTagClassName
{
color: #9BCCAD;
}
</style>
background-color css
<style>
a { background-color: #9BCCAD; }
a { background-color: rgb(155,204,173); }
div.DivClassName
{
background-color: #9BCCAD;
}
.BgClassName
{
background-color: #9BCCAD;
}
</style>
border-color css
<style>
span { border-color: #9BCCAD; }
span { border-color: rgb(155,204,173); }
td.TdClassName
{
border-color: #9BCCAD;
}
.TagClassName
{
border-color: #9BCCAD;
}
</style>