Shades of Vista Blue #99DAB9
Tints of Vista Blue #99DAB9
RGB
CMYK
RGB Variations
Color information
#99DAB9 (or 0x99DAB9) is known color: Vista Blue. HEX triplet: 99, DA and B9. RGB value is (153,218,185). Sum of RGB (Red+Green+Blue) = 153+218+185=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAB9 is #662546. Grayscale: #C2C2C2. Windows color (decimal): -6694215 or 12180121. OLE color: 12180121.
HSL color Cylindrical-coordinate representation of color #99DAB9: hue angle of 149.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAB9 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 185 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.15 |
| HSL | 149.54º | 0.47% | 0.73% | - |
| HSV(B) | 149.54º | 0.3% | 0.85% | - |
| XYZ | 46.97 | 60.42 | 55.09 | - |
| YUV | 194.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 185 | 0.30 | 0 | 0.15 | 0.15 | 149.54 | 0.47 | 0.73 |
| Hex | 99 | DA | B9 | 1E | 0 | F | F | 96 | 2F | 49 |
| Octal | 231 | 332 | 271 | 36 | 0 | 17 | 17 | 226 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10111001 | 11110 | 0 | 1111 | 1111 | 10010110 | 101111 | 1001001 |
Color Harmonies of #99DAB9
Complementary color
Monochromatic Colors of #99DAB9
Black with #99DAB9
Text Example
Text Example
White with #99DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAB9; }
p { color: rgb(153,218,185); }
H1.HeaderClassName
{
color: #99DAB9;
}
.AnyTagClassName
{
color: #99DAB9;
}
</style>
background-color css
<style>
a { background-color: #99DAB9; }
a { background-color: rgb(153,218,185); }
div.DivClassName
{
background-color: #99DAB9;
}
.BgClassName
{
background-color: #99DAB9;
}
</style>
border-color css
<style>
span { border-color: #99DAB9; }
span { border-color: rgb(153,218,185); }
td.TdClassName
{
border-color: #99DAB9;
}
.TagClassName
{
border-color: #99DAB9;
}
</style>