Shades of Vista Blue #9BD0AE
Tints of Vista Blue #9BD0AE
RGB
CMYK
RGB Variations
Color information
#9BD0AE (or 0x9BD0AE) is known color: Vista Blue. HEX triplet: 9B, D0 and AE. RGB value is (155,208,174). Sum of RGB (Red+Green+Blue) = 155+208+174=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD0AE is #642F51. Grayscale: #BCBCBC. Windows color (decimal): -6565714 or 11456667. OLE color: 11456667.
HSL color Cylindrical-coordinate representation of color #9BD0AE: hue angle of 141.51º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0AE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 174 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.18 |
| HSL | 141.51º | 0.36% | 0.71% | - |
| HSV(B) | 141.51º | 0.25% | 0.82% | - |
| XYZ | 43.71 | 55.14 | 48.38 | - |
| YUV | 188.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 174 | 0.25 | 0 | 0.16 | 0.18 | 141.51 | 0.36 | 0.71 |
| Hex | 9B | D0 | AE | 19 | 0 | 10 | 12 | 8E | 24 | 47 |
| Octal | 233 | 320 | 256 | 31 | 0 | 20 | 22 | 216 | 44 | 107 |
| Binary | 10011011 | 11010000 | 10101110 | 11001 | 0 | 10000 | 10010 | 10001110 | 100100 | 1000111 |
Color Harmonies of #9BD0AE
Complementary color
Monochromatic Colors of #9BD0AE
Black with #9BD0AE
Text Example
Text Example
White with #9BD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0AE; }
p { color: rgb(155,208,174); }
H1.HeaderClassName
{
color: #9BD0AE;
}
.AnyTagClassName
{
color: #9BD0AE;
}
</style>
background-color css
<style>
a { background-color: #9BD0AE; }
a { background-color: rgb(155,208,174); }
div.DivClassName
{
background-color: #9BD0AE;
}
.BgClassName
{
background-color: #9BD0AE;
}
</style>
border-color css
<style>
span { border-color: #9BD0AE; }
span { border-color: rgb(155,208,174); }
td.TdClassName
{
border-color: #9BD0AE;
}
.TagClassName
{
border-color: #9BD0AE;
}
</style>