Shades of Vista Blue #99C7AC
Tints of Vista Blue #99C7AC
RGB
CMYK
RGB Variations
Color information
#99C7AC (or 0x99C7AC) is known color: Vista Blue. HEX triplet: 99, C7 and AC. RGB value is (153,199,172). Sum of RGB (Red+Green+Blue) = 153+199+172=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C7AC is #663853. Grayscale: #B6B6B6. Windows color (decimal): -6699092 or 11323289. OLE color: 11323289.
HSL color Cylindrical-coordinate representation of color #99C7AC: hue angle of 144.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C7AC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 172 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.22 |
| HSL | 144.78º | 0.29% | 0.69% | - |
| HSV(B) | 144.78º | 0.23% | 0.78% | - |
| XYZ | 41.01 | 50.6 | 46.63 | - |
| YUV | 182.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 172 | 0.23 | 0 | 0.14 | 0.22 | 144.78 | 0.29 | 0.69 |
| Hex | 99 | C7 | AC | 17 | 0 | E | 16 | 91 | 1D | 45 |
| Octal | 231 | 307 | 254 | 27 | 0 | 16 | 26 | 221 | 35 | 105 |
| Binary | 10011001 | 11000111 | 10101100 | 10111 | 0 | 1110 | 10110 | 10010001 | 11101 | 1000101 |
Color Harmonies of #99C7AC
Complementary color
Monochromatic Colors of #99C7AC
Black with #99C7AC
Text Example
Text Example
White with #99C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C7AC; }
p { color: rgb(153,199,172); }
H1.HeaderClassName
{
color: #99C7AC;
}
.AnyTagClassName
{
color: #99C7AC;
}
</style>
background-color css
<style>
a { background-color: #99C7AC; }
a { background-color: rgb(153,199,172); }
div.DivClassName
{
background-color: #99C7AC;
}
.BgClassName
{
background-color: #99C7AC;
}
</style>
border-color css
<style>
span { border-color: #99C7AC; }
span { border-color: rgb(153,199,172); }
td.TdClassName
{
border-color: #99C7AC;
}
.TagClassName
{
border-color: #99C7AC;
}
</style>