Shades of Vista Blue #99CBAC
Tints of Vista Blue #99CBAC
RGB
CMYK
RGB Variations
Color information
#99CBAC (or 0x99CBAC) is known color: Vista Blue. HEX triplet: 99, CB and AC. RGB value is (153,203,172). Sum of RGB (Red+Green+Blue) = 153+203+172=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #99CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CBAC is #663453. Grayscale: #B8B8B8. Windows color (decimal): -6698068 or 11324313. OLE color: 11324313.
HSL color Cylindrical-coordinate representation of color #99CBAC: hue angle of 142.8º degrees, saturation: 0.32, 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 #99CBAC is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 172 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.20 |
| HSL | 142.8º | 0.32% | 0.7% | - |
| HSV(B) | 142.8º | 0.25% | 0.8% | - |
| XYZ | 41.94 | 52.46 | 46.95 | - |
| YUV | 184.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 172 | 0.25 | 0 | 0.15 | 0.20 | 142.8 | 0.32 | 0.7 |
| Hex | 99 | CB | AC | 19 | 0 | F | 14 | 8F | 20 | 46 |
| Octal | 231 | 313 | 254 | 31 | 0 | 17 | 24 | 217 | 40 | 106 |
| Binary | 10011001 | 11001011 | 10101100 | 11001 | 0 | 1111 | 10100 | 10001111 | 100000 | 1000110 |
Color Harmonies of #99CBAC
Complementary color
Monochromatic Colors of #99CBAC
Black with #99CBAC
Text Example
Text Example
White with #99CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CBAC; }
p { color: rgb(153,203,172); }
H1.HeaderClassName
{
color: #99CBAC;
}
.AnyTagClassName
{
color: #99CBAC;
}
</style>
background-color css
<style>
a { background-color: #99CBAC; }
a { background-color: rgb(153,203,172); }
div.DivClassName
{
background-color: #99CBAC;
}
.BgClassName
{
background-color: #99CBAC;
}
</style>
border-color css
<style>
span { border-color: #99CBAC; }
span { border-color: rgb(153,203,172); }
td.TdClassName
{
border-color: #99CBAC;
}
.TagClassName
{
border-color: #99CBAC;
}
</style>