Shades of Vista Blue #9BCBAE
Tints of Vista Blue #9BCBAE
RGB
CMYK
RGB Variations
Color information
#9BCBAE (or 0x9BCBAE) is known color: Vista Blue. HEX triplet: 9B, CB and AE. RGB value is (155,203,174). Sum of RGB (Red+Green+Blue) = 155+203+174=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBAE is #643451. Grayscale: #B9B9B9. Windows color (decimal): -6566994 or 11455387. OLE color: 11455387.
HSL color Cylindrical-coordinate representation of color #9BCBAE: hue angle of 143.75º 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 #9BCBAE is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 174 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.20 |
| HSL | 143.75º | 0.32% | 0.7% | - |
| HSV(B) | 143.75º | 0.24% | 0.8% | - |
| XYZ | 42.51 | 52.74 | 47.98 | - |
| YUV | 185.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 174 | 0.24 | 0 | 0.14 | 0.20 | 143.75 | 0.32 | 0.7 |
| Hex | 9B | CB | AE | 18 | 0 | E | 14 | 90 | 20 | 46 |
| Octal | 233 | 313 | 256 | 30 | 0 | 16 | 24 | 220 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10101110 | 11000 | 0 | 1110 | 10100 | 10010000 | 100000 | 1000110 |
Color Harmonies of #9BCBAE
Complementary color
Monochromatic Colors of #9BCBAE
Black with #9BCBAE
Text Example
Text Example
White with #9BCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBAE; }
p { color: rgb(155,203,174); }
H1.HeaderClassName
{
color: #9BCBAE;
}
.AnyTagClassName
{
color: #9BCBAE;
}
</style>
background-color css
<style>
a { background-color: #9BCBAE; }
a { background-color: rgb(155,203,174); }
div.DivClassName
{
background-color: #9BCBAE;
}
.BgClassName
{
background-color: #9BCBAE;
}
</style>
border-color css
<style>
span { border-color: #9BCBAE; }
span { border-color: rgb(155,203,174); }
td.TdClassName
{
border-color: #9BCBAE;
}
.TagClassName
{
border-color: #9BCBAE;
}
</style>