Shades of Vista Blue #9CCCAE
Tints of Vista Blue #9CCCAE
RGB
CMYK
RGB Variations
Color information
#9CCCAE (or 0x9CCCAE) is known color: Vista Blue. HEX triplet: 9C, CC and AE. RGB value is (156,204,174). Sum of RGB (Red+Green+Blue) = 156+204+174=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAE is #633351. Grayscale: #BABABA. Windows color (decimal): -6501202 or 11455644. OLE color: 11455644.
HSL color Cylindrical-coordinate representation of color #9CCCAE: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCAE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 174 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.2 |
| HSL | 142.5º | 0.32% | 0.71% | - |
| HSV(B) | 142.5º | 0.24% | 0.8% | - |
| XYZ | 42.94 | 53.31 | 48.07 | - |
| YUV | 186.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 174 | 0.24 | 0 | 0.15 | 0.2 | 142.5 | 0.32 | 0.71 |
| Hex | 9C | CC | AE | 18 | 0 | F | 14 | 8E | 20 | 47 |
| Octal | 234 | 314 | 256 | 30 | 0 | 17 | 24 | 216 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10101110 | 11000 | 0 | 1111 | 10100 | 10001110 | 100000 | 1000111 |
Color Harmonies of #9CCCAE
Complementary color
Monochromatic Colors of #9CCCAE
Black with #9CCCAE
Text Example
Text Example
White with #9CCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCAE; }
p { color: rgb(156,204,174); }
H1.HeaderClassName
{
color: #9CCCAE;
}
.AnyTagClassName
{
color: #9CCCAE;
}
</style>
background-color css
<style>
a { background-color: #9CCCAE; }
a { background-color: rgb(156,204,174); }
div.DivClassName
{
background-color: #9CCCAE;
}
.BgClassName
{
background-color: #9CCCAE;
}
</style>
border-color css
<style>
span { border-color: #9CCCAE; }
span { border-color: rgb(156,204,174); }
td.TdClassName
{
border-color: #9CCCAE;
}
.TagClassName
{
border-color: #9CCCAE;
}
</style>