Shades of Vista Blue #99D9C0
Tints of Vista Blue #99D9C0
RGB
CMYK
RGB Variations
Color information
#99D9C0 (or 0x99D9C0) is known color: Vista Blue. HEX triplet: 99, D9 and C0. RGB value is (153,217,192). Sum of RGB (Red+Green+Blue) = 153+217+192=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9C0 is #66263F. Grayscale: #C3C3C3. Windows color (decimal): -6694464 or 12638617. OLE color: 12638617.
HSL color Cylindrical-coordinate representation of color #99D9C0: hue angle of 156.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9C0 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 192 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.15 |
| HSL | 156.56º | 0.46% | 0.73% | - |
| HSV(B) | 156.56º | 0.29% | 0.85% | - |
| XYZ | 47.46 | 60.2 | 58.99 | - |
| YUV | 195.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 192 | 0.29 | 0 | 0.12 | 0.15 | 156.56 | 0.46 | 0.73 |
| Hex | 99 | D9 | C0 | 1D | 0 | C | F | 9D | 2E | 49 |
| Octal | 231 | 331 | 300 | 35 | 0 | 14 | 17 | 235 | 56 | 111 |
| Binary | 10011001 | 11011001 | 11000000 | 11101 | 0 | 1100 | 1111 | 10011101 | 101110 | 1001001 |
Color Harmonies of #99D9C0
Complementary color
Monochromatic Colors of #99D9C0
Black with #99D9C0
Text Example
Text Example
White with #99D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9C0; }
p { color: rgb(153,217,192); }
H1.HeaderClassName
{
color: #99D9C0;
}
.AnyTagClassName
{
color: #99D9C0;
}
</style>
background-color css
<style>
a { background-color: #99D9C0; }
a { background-color: rgb(153,217,192); }
div.DivClassName
{
background-color: #99D9C0;
}
.BgClassName
{
background-color: #99D9C0;
}
</style>
border-color css
<style>
span { border-color: #99D9C0; }
span { border-color: rgb(153,217,192); }
td.TdClassName
{
border-color: #99D9C0;
}
.TagClassName
{
border-color: #99D9C0;
}
</style>