Shades of Vista Blue #99D1B0
Tints of Vista Blue #99D1B0
RGB
CMYK
RGB Variations
Color information
#99D1B0 (or 0x99D1B0) is known color: Vista Blue. HEX triplet: 99, D1 and B0. RGB value is (153,209,176). Sum of RGB (Red+Green+Blue) = 153+209+176=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D1B0 is #662E4F. Grayscale: #BCBCBC. Windows color (decimal): -6696528 or 11587993. OLE color: 11587993.
HSL color Cylindrical-coordinate representation of color #99D1B0: hue angle of 144.64º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D1B0 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 176 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.18 |
| HSL | 144.64º | 0.38% | 0.71% | - |
| HSV(B) | 144.64º | 0.27% | 0.82% | - |
| XYZ | 43.77 | 55.51 | 49.48 | - |
| YUV | 188.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 176 | 0.27 | 0 | 0.16 | 0.18 | 144.64 | 0.38 | 0.71 |
| Hex | 99 | D1 | B0 | 1B | 0 | 10 | 12 | 91 | 26 | 47 |
| Octal | 231 | 321 | 260 | 33 | 0 | 20 | 22 | 221 | 46 | 107 |
| Binary | 10011001 | 11010001 | 10110000 | 11011 | 0 | 10000 | 10010 | 10010001 | 100110 | 1000111 |
Color Harmonies of #99D1B0
Complementary color
Monochromatic Colors of #99D1B0
Black with #99D1B0
Text Example
Text Example
White with #99D1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1B0; }
p { color: rgb(153,209,176); }
H1.HeaderClassName
{
color: #99D1B0;
}
.AnyTagClassName
{
color: #99D1B0;
}
</style>
background-color css
<style>
a { background-color: #99D1B0; }
a { background-color: rgb(153,209,176); }
div.DivClassName
{
background-color: #99D1B0;
}
.BgClassName
{
background-color: #99D1B0;
}
</style>
border-color css
<style>
span { border-color: #99D1B0; }
span { border-color: rgb(153,209,176); }
td.TdClassName
{
border-color: #99D1B0;
}
.TagClassName
{
border-color: #99D1B0;
}
</style>