Shades of Vista Blue #99D9B1
Tints of Vista Blue #99D9B1
RGB
CMYK
RGB Variations
Color information
#99D9B1 (or 0x99D9B1) is known color: Vista Blue. HEX triplet: 99, D9 and B1. RGB value is (153,217,177). Sum of RGB (Red+Green+Blue) = 153+217+177=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D9B1 is #66264E. Grayscale: #C1C1C1. Windows color (decimal): -6694479 or 11655577. OLE color: 11655577.
HSL color Cylindrical-coordinate representation of color #99D9B1: hue angle of 142.5º 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 #99D9B1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 177 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.15 |
| HSL | 142.5º | 0.46% | 0.73% | - |
| HSV(B) | 142.5º | 0.29% | 0.85% | - |
| XYZ | 45.89 | 59.57 | 50.68 | - |
| YUV | 193.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 177 | 0.29 | 0 | 0.18 | 0.15 | 142.5 | 0.46 | 0.73 |
| Hex | 99 | D9 | B1 | 1D | 0 | 12 | F | 8E | 2E | 49 |
| Octal | 231 | 331 | 261 | 35 | 0 | 22 | 17 | 216 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10110001 | 11101 | 0 | 10010 | 1111 | 10001110 | 101110 | 1001001 |
Color Harmonies of #99D9B1
Complementary color
Monochromatic Colors of #99D9B1
Black with #99D9B1
Text Example
Text Example
White with #99D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9B1; }
p { color: rgb(153,217,177); }
H1.HeaderClassName
{
color: #99D9B1;
}
.AnyTagClassName
{
color: #99D9B1;
}
</style>
background-color css
<style>
a { background-color: #99D9B1; }
a { background-color: rgb(153,217,177); }
div.DivClassName
{
background-color: #99D9B1;
}
.BgClassName
{
background-color: #99D9B1;
}
</style>
border-color css
<style>
span { border-color: #99D9B1; }
span { border-color: rgb(153,217,177); }
td.TdClassName
{
border-color: #99D9B1;
}
.TagClassName
{
border-color: #99D9B1;
}
</style>