Shades of Vista Blue #99D1AC
Tints of Vista Blue #99D1AC
RGB
CMYK
RGB Variations
Color information
#99D1AC (or 0x99D1AC) is known color: Vista Blue. HEX triplet: 99, D1 and AC. RGB value is (153,209,172). Sum of RGB (Red+Green+Blue) = 153+209+172=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D1AC is #662E53. Grayscale: #BCBCBC. Windows color (decimal): -6696532 or 11325849. OLE color: 11325849.
HSL color Cylindrical-coordinate representation of color #99D1AC: hue angle of 140.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D1AC is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 172 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.18 |
| HSL | 140.36º | 0.38% | 0.71% | - |
| HSV(B) | 140.36º | 0.27% | 0.82% | - |
| XYZ | 43.38 | 55.35 | 47.43 | - |
| YUV | 188.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 172 | 0.27 | 0 | 0.18 | 0.18 | 140.36 | 0.38 | 0.71 |
| Hex | 99 | D1 | AC | 1B | 0 | 12 | 12 | 8C | 26 | 47 |
| Octal | 231 | 321 | 254 | 33 | 0 | 22 | 22 | 214 | 46 | 107 |
| Binary | 10011001 | 11010001 | 10101100 | 11011 | 0 | 10010 | 10010 | 10001100 | 100110 | 1000111 |
Color Harmonies of #99D1AC
Complementary color
Monochromatic Colors of #99D1AC
Black with #99D1AC
Text Example
Text Example
White with #99D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1AC; }
p { color: rgb(153,209,172); }
H1.HeaderClassName
{
color: #99D1AC;
}
.AnyTagClassName
{
color: #99D1AC;
}
</style>
background-color css
<style>
a { background-color: #99D1AC; }
a { background-color: rgb(153,209,172); }
div.DivClassName
{
background-color: #99D1AC;
}
.BgClassName
{
background-color: #99D1AC;
}
</style>
border-color css
<style>
span { border-color: #99D1AC; }
span { border-color: rgb(153,209,172); }
td.TdClassName
{
border-color: #99D1AC;
}
.TagClassName
{
border-color: #99D1AC;
}
</style>