Shades of Vista Blue #99DEB9
Tints of Vista Blue #99DEB9
RGB
CMYK
RGB Variations
Color information
#99DEB9 (or 0x99DEB9) is known color: Vista Blue. HEX triplet: 99, DE and B9. RGB value is (153,222,185). Sum of RGB (Red+Green+Blue) = 153+222+185=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEB9 is #662146. Grayscale: #C5C5C5. Windows color (decimal): -6693191 or 12181145. OLE color: 12181145.
HSL color Cylindrical-coordinate representation of color #99DEB9: hue angle of 147.83º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEB9 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 185 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.13 |
| HSL | 147.83º | 0.51% | 0.74% | - |
| HSV(B) | 147.83º | 0.31% | 0.87% | - |
| XYZ | 48.02 | 62.52 | 55.44 | - |
| YUV | 197.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 185 | 0.31 | 0 | 0.17 | 0.13 | 147.83 | 0.51 | 0.74 |
| Hex | 99 | DE | B9 | 1F | 0 | 11 | D | 94 | 33 | 4A |
| Octal | 231 | 336 | 271 | 37 | 0 | 21 | 15 | 224 | 63 | 112 |
| Binary | 10011001 | 11011110 | 10111001 | 11111 | 0 | 10001 | 1101 | 10010100 | 110011 | 1001010 |
Color Harmonies of #99DEB9
Complementary color
Monochromatic Colors of #99DEB9
Black with #99DEB9
Text Example
Text Example
White with #99DEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEB9; }
p { color: rgb(153,222,185); }
H1.HeaderClassName
{
color: #99DEB9;
}
.AnyTagClassName
{
color: #99DEB9;
}
</style>
background-color css
<style>
a { background-color: #99DEB9; }
a { background-color: rgb(153,222,185); }
div.DivClassName
{
background-color: #99DEB9;
}
.BgClassName
{
background-color: #99DEB9;
}
</style>
border-color css
<style>
span { border-color: #99DEB9; }
span { border-color: rgb(153,222,185); }
td.TdClassName
{
border-color: #99DEB9;
}
.TagClassName
{
border-color: #99DEB9;
}
</style>