Shades of Vista Blue #9BCEAF
Tints of Vista Blue #9BCEAF
RGB
CMYK
RGB Variations
Color information
#9BCEAF (or 0x9BCEAF) is known color: Vista Blue. HEX triplet: 9B, CE and AF. RGB value is (155,206,175). Sum of RGB (Red+Green+Blue) = 155+206+175=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEAF is #643150. Grayscale: #BBBBBB. Windows color (decimal): -6566225 or 11521691. OLE color: 11521691.
HSL color Cylindrical-coordinate representation of color #9BCEAF: hue angle of 143.53º degrees, saturation: 0.34, 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 #9BCEAF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 175 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.19 |
| HSL | 143.53º | 0.34% | 0.71% | - |
| HSV(B) | 143.53º | 0.25% | 0.81% | - |
| XYZ | 43.33 | 54.21 | 48.74 | - |
| YUV | 187.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 175 | 0.25 | 0 | 0.15 | 0.19 | 143.53 | 0.34 | 0.71 |
| Hex | 9B | CE | AF | 19 | 0 | F | 13 | 90 | 22 | 47 |
| Octal | 233 | 316 | 257 | 31 | 0 | 17 | 23 | 220 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10101111 | 11001 | 0 | 1111 | 10011 | 10010000 | 100010 | 1000111 |
Color Harmonies of #9BCEAF
Complementary color
Monochromatic Colors of #9BCEAF
Black with #9BCEAF
Text Example
Text Example
White with #9BCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEAF; }
p { color: rgb(155,206,175); }
H1.HeaderClassName
{
color: #9BCEAF;
}
.AnyTagClassName
{
color: #9BCEAF;
}
</style>
background-color css
<style>
a { background-color: #9BCEAF; }
a { background-color: rgb(155,206,175); }
div.DivClassName
{
background-color: #9BCEAF;
}
.BgClassName
{
background-color: #9BCEAF;
}
</style>
border-color css
<style>
span { border-color: #9BCEAF; }
span { border-color: rgb(155,206,175); }
td.TdClassName
{
border-color: #9BCEAF;
}
.TagClassName
{
border-color: #9BCEAF;
}
</style>