Shades of Vista Blue #99C9AC
Tints of Vista Blue #99C9AC
RGB
CMYK
RGB Variations
Color information
#99C9AC (or 0x99C9AC) is known color: Vista Blue. HEX triplet: 99, C9 and AC. RGB value is (153,201,172). Sum of RGB (Red+Green+Blue) = 153+201+172=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C9AC is #663653. Grayscale: #B7B7B7. Windows color (decimal): -6698580 or 11323801. OLE color: 11323801.
HSL color Cylindrical-coordinate representation of color #99C9AC: hue angle of 143.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C9AC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 172 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.21 |
| HSL | 143.75º | 0.31% | 0.69% | - |
| HSV(B) | 143.75º | 0.24% | 0.79% | - |
| XYZ | 41.47 | 51.52 | 46.79 | - |
| YUV | 183.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 172 | 0.24 | 0 | 0.14 | 0.21 | 143.75 | 0.31 | 0.69 |
| Hex | 99 | C9 | AC | 18 | 0 | E | 15 | 90 | 1F | 45 |
| Octal | 231 | 311 | 254 | 30 | 0 | 16 | 25 | 220 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10101100 | 11000 | 0 | 1110 | 10101 | 10010000 | 11111 | 1000101 |
Color Harmonies of #99C9AC
Complementary color
Monochromatic Colors of #99C9AC
Black with #99C9AC
Text Example
Text Example
White with #99C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C9AC; }
p { color: rgb(153,201,172); }
H1.HeaderClassName
{
color: #99C9AC;
}
.AnyTagClassName
{
color: #99C9AC;
}
</style>
background-color css
<style>
a { background-color: #99C9AC; }
a { background-color: rgb(153,201,172); }
div.DivClassName
{
background-color: #99C9AC;
}
.BgClassName
{
background-color: #99C9AC;
}
</style>
border-color css
<style>
span { border-color: #99C9AC; }
span { border-color: rgb(153,201,172); }
td.TdClassName
{
border-color: #99C9AC;
}
.TagClassName
{
border-color: #99C9AC;
}
</style>