Shades of Vista Blue #99DABA
Tints of Vista Blue #99DABA
RGB
CMYK
RGB Variations
Color information
#99DABA (or 0x99DABA) is known color: Vista Blue. HEX triplet: 99, DA and BA. RGB value is (153,218,186). Sum of RGB (Red+Green+Blue) = 153+218+186=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #99DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DABA is #662545. Grayscale: #C2C2C2. Windows color (decimal): -6694214 or 12245657. OLE color: 12245657.
HSL color Cylindrical-coordinate representation of color #99DABA: hue angle of 150.46º 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 #99DABA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 186 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.15 |
| HSL | 150.46º | 0.47% | 0.73% | - |
| HSV(B) | 150.46º | 0.3% | 0.85% | - |
| XYZ | 47.07 | 60.46 | 55.64 | - |
| YUV | 194.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 186 | 0.30 | 0 | 0.15 | 0.15 | 150.46 | 0.47 | 0.73 |
| Hex | 99 | DA | BA | 1E | 0 | F | F | 96 | 2F | 49 |
| Octal | 231 | 332 | 272 | 36 | 0 | 17 | 17 | 226 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10111010 | 11110 | 0 | 1111 | 1111 | 10010110 | 101111 | 1001001 |
Color Harmonies of #99DABA
Complementary color
Monochromatic Colors of #99DABA
Black with #99DABA
Text Example
Text Example
White with #99DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DABA; }
p { color: rgb(153,218,186); }
H1.HeaderClassName
{
color: #99DABA;
}
.AnyTagClassName
{
color: #99DABA;
}
</style>
background-color css
<style>
a { background-color: #99DABA; }
a { background-color: rgb(153,218,186); }
div.DivClassName
{
background-color: #99DABA;
}
.BgClassName
{
background-color: #99DABA;
}
</style>
border-color css
<style>
span { border-color: #99DABA; }
span { border-color: rgb(153,218,186); }
td.TdClassName
{
border-color: #99DABA;
}
.TagClassName
{
border-color: #99DABA;
}
</style>