Shades of Vista Blue #9BCFAD
Tints of Vista Blue #9BCFAD
RGB
CMYK
RGB Variations
Color information
#9BCFAD (or 0x9BCFAD) is known color: Vista Blue. HEX triplet: 9B, CF and AD. RGB value is (155,207,173). Sum of RGB (Red+Green+Blue) = 155+207+173=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCFAD is #643052. Grayscale: #BBBBBB. Windows color (decimal): -6565971 or 11390875. OLE color: 11390875.
HSL color Cylindrical-coordinate representation of color #9BCFAD: hue angle of 140.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFAD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 173 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.19 |
| HSL | 140.77º | 0.35% | 0.71% | - |
| HSV(B) | 140.77º | 0.25% | 0.81% | - |
| XYZ | 43.37 | 54.61 | 47.79 | - |
| YUV | 187.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 173 | 0.25 | 0 | 0.16 | 0.19 | 140.77 | 0.35 | 0.71 |
| Hex | 9B | CF | AD | 19 | 0 | 10 | 13 | 8D | 23 | 47 |
| Octal | 233 | 317 | 255 | 31 | 0 | 20 | 23 | 215 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10101101 | 11001 | 0 | 10000 | 10011 | 10001101 | 100011 | 1000111 |
Color Harmonies of #9BCFAD
Complementary color
Monochromatic Colors of #9BCFAD
Black with #9BCFAD
Text Example
Text Example
White with #9BCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFAD; }
p { color: rgb(155,207,173); }
H1.HeaderClassName
{
color: #9BCFAD;
}
.AnyTagClassName
{
color: #9BCFAD;
}
</style>
background-color css
<style>
a { background-color: #9BCFAD; }
a { background-color: rgb(155,207,173); }
div.DivClassName
{
background-color: #9BCFAD;
}
.BgClassName
{
background-color: #9BCFAD;
}
</style>
border-color css
<style>
span { border-color: #9BCFAD; }
span { border-color: rgb(155,207,173); }
td.TdClassName
{
border-color: #9BCFAD;
}
.TagClassName
{
border-color: #9BCFAD;
}
</style>