Shades of Vista Blue #9AECBB
Tints of Vista Blue #9AECBB
RGB
CMYK
RGB Variations
Color information
#9AECBB (or 0x9AECBB) is known color: Vista Blue. HEX triplet: 9A, EC and BB. RGB value is (154,236,187). Sum of RGB (Red+Green+Blue) = 154+236+187=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECBB is #651344. Grayscale: #CECECE. Windows color (decimal): -6624069 or 12315802. OLE color: 12315802.
HSL color Cylindrical-coordinate representation of color #9AECBB: hue angle of 144.15º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 187 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 144.15º | 0.68% | 0.76% | - |
| HSV(B) | 144.15º | 0.35% | 0.93% | - |
| XYZ | 52.29 | 70.45 | 57.86 | - |
| YUV | 205.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 187 | 0.35 | 0 | 0.21 | 0.07 | 144.15 | 0.68 | 0.76 |
| Hex | 9A | EC | BB | 23 | 0 | 15 | 7 | 90 | 44 | 4C |
| Octal | 232 | 354 | 273 | 43 | 0 | 25 | 7 | 220 | 104 | 114 |
| Binary | 10011010 | 11101100 | 10111011 | 100011 | 0 | 10101 | 111 | 10010000 | 1000100 | 1001100 |
Color Harmonies of #9AECBB
Complementary color
Monochromatic Colors of #9AECBB
Black with #9AECBB
Text Example
Text Example
White with #9AECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECBB; }
p { color: rgb(154,236,187); }
H1.HeaderClassName
{
color: #9AECBB;
}
.AnyTagClassName
{
color: #9AECBB;
}
</style>
background-color css
<style>
a { background-color: #9AECBB; }
a { background-color: rgb(154,236,187); }
div.DivClassName
{
background-color: #9AECBB;
}
.BgClassName
{
background-color: #9AECBB;
}
</style>
border-color css
<style>
span { border-color: #9AECBB; }
span { border-color: rgb(154,236,187); }
td.TdClassName
{
border-color: #9AECBB;
}
.TagClassName
{
border-color: #9AECBB;
}
</style>