Shades of Vista Blue #99DAB8
Tints of Vista Blue #99DAB8
RGB
CMYK
RGB Variations
Color information
#99DAB8 (or 0x99DAB8) is known color: Vista Blue. HEX triplet: 99, DA and B8. RGB value is (153,218,184). Sum of RGB (Red+Green+Blue) = 153+218+184=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAB8 is #662547. Grayscale: #C2C2C2. Windows color (decimal): -6694216 or 12114585. OLE color: 12114585.
HSL color Cylindrical-coordinate representation of color #99DAB8: hue angle of 148.62º 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 #99DAB8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 184 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.15 |
| HSL | 148.62º | 0.47% | 0.73% | - |
| HSV(B) | 148.62º | 0.3% | 0.85% | - |
| XYZ | 46.86 | 60.38 | 54.53 | - |
| YUV | 194.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 184 | 0.30 | 0 | 0.16 | 0.15 | 148.62 | 0.47 | 0.73 |
| Hex | 99 | DA | B8 | 1E | 0 | 10 | F | 95 | 2F | 49 |
| Octal | 231 | 332 | 270 | 36 | 0 | 20 | 17 | 225 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10111000 | 11110 | 0 | 10000 | 1111 | 10010101 | 101111 | 1001001 |
Color Harmonies of #99DAB8
Complementary color
Monochromatic Colors of #99DAB8
Black with #99DAB8
Text Example
Text Example
White with #99DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAB8; }
p { color: rgb(153,218,184); }
H1.HeaderClassName
{
color: #99DAB8;
}
.AnyTagClassName
{
color: #99DAB8;
}
</style>
background-color css
<style>
a { background-color: #99DAB8; }
a { background-color: rgb(153,218,184); }
div.DivClassName
{
background-color: #99DAB8;
}
.BgClassName
{
background-color: #99DAB8;
}
</style>
border-color css
<style>
span { border-color: #99DAB8; }
span { border-color: rgb(153,218,184); }
td.TdClassName
{
border-color: #99DAB8;
}
.TagClassName
{
border-color: #99DAB8;
}
</style>