Shades of Vista Blue #99D6C0
Tints of Vista Blue #99D6C0
RGB
CMYK
RGB Variations
Color information
#99D6C0 (or 0x99D6C0) is known color: Vista Blue. HEX triplet: 99, D6 and C0. RGB value is (153,214,192). Sum of RGB (Red+Green+Blue) = 153+214+192=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6C0 is #66293F. Grayscale: #C1C1C1. Windows color (decimal): -6695232 or 12637849. OLE color: 12637849.
HSL color Cylindrical-coordinate representation of color #99D6C0: hue angle of 158.36º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 192 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.16 |
| HSL | 158.36º | 0.43% | 0.72% | - |
| HSV(B) | 158.36º | 0.29% | 0.84% | - |
| XYZ | 46.7 | 58.67 | 58.73 | - |
| YUV | 193.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 192 | 0.29 | 0 | 0.10 | 0.16 | 158.36 | 0.43 | 0.72 |
| Hex | 99 | D6 | C0 | 1D | 0 | A | 10 | 9E | 2B | 48 |
| Octal | 231 | 326 | 300 | 35 | 0 | 12 | 20 | 236 | 53 | 110 |
| Binary | 10011001 | 11010110 | 11000000 | 11101 | 0 | 1010 | 10000 | 10011110 | 101011 | 1001000 |
Color Harmonies of #99D6C0
Complementary color
Monochromatic Colors of #99D6C0
Black with #99D6C0
Text Example
Text Example
White with #99D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6C0; }
p { color: rgb(153,214,192); }
H1.HeaderClassName
{
color: #99D6C0;
}
.AnyTagClassName
{
color: #99D6C0;
}
</style>
background-color css
<style>
a { background-color: #99D6C0; }
a { background-color: rgb(153,214,192); }
div.DivClassName
{
background-color: #99D6C0;
}
.BgClassName
{
background-color: #99D6C0;
}
</style>
border-color css
<style>
span { border-color: #99D6C0; }
span { border-color: rgb(153,214,192); }
td.TdClassName
{
border-color: #99D6C0;
}
.TagClassName
{
border-color: #99D6C0;
}
</style>