Shades of Vista Blue #99CCAB
Tints of Vista Blue #99CCAB
RGB
CMYK
RGB Variations
Color information
#99CCAB (or 0x99CCAB) is known color: Vista Blue. HEX triplet: 99, CC and AB. RGB value is (153,204,171). Sum of RGB (Red+Green+Blue) = 153+204+171=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCAB is #663354. Grayscale: #B9B9B9. Windows color (decimal): -6697813 or 11259033. OLE color: 11259033.
HSL color Cylindrical-coordinate representation of color #99CCAB: hue angle of 141.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCAB is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 171 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.2 |
| HSL | 141.18º | 0.33% | 0.7% | - |
| HSV(B) | 141.18º | 0.25% | 0.8% | - |
| XYZ | 42.08 | 52.9 | 46.52 | - |
| YUV | 184.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 171 | 0.25 | 0 | 0.16 | 0.2 | 141.18 | 0.33 | 0.7 |
| Hex | 99 | CC | AB | 19 | 0 | 10 | 14 | 8D | 21 | 46 |
| Octal | 231 | 314 | 253 | 31 | 0 | 20 | 24 | 215 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10101011 | 11001 | 0 | 10000 | 10100 | 10001101 | 100001 | 1000110 |
Color Harmonies of #99CCAB
Complementary color
Monochromatic Colors of #99CCAB
Black with #99CCAB
Text Example
Text Example
White with #99CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCAB; }
p { color: rgb(153,204,171); }
H1.HeaderClassName
{
color: #99CCAB;
}
.AnyTagClassName
{
color: #99CCAB;
}
</style>
background-color css
<style>
a { background-color: #99CCAB; }
a { background-color: rgb(153,204,171); }
div.DivClassName
{
background-color: #99CCAB;
}
.BgClassName
{
background-color: #99CCAB;
}
</style>
border-color css
<style>
span { border-color: #99CCAB; }
span { border-color: rgb(153,204,171); }
td.TdClassName
{
border-color: #99CCAB;
}
.TagClassName
{
border-color: #99CCAB;
}
</style>