Shades of Vista Blue #99D7B0
Tints of Vista Blue #99D7B0
RGB
CMYK
RGB Variations
Color information
#99D7B0 (or 0x99D7B0) is known color: Vista Blue. HEX triplet: 99, D7 and B0. RGB value is (153,215,176). Sum of RGB (Red+Green+Blue) = 153+215+176=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7B0 is #66284F. Grayscale: #C0C0C0. Windows color (decimal): -6694992 or 11589529. OLE color: 11589529.
HSL color Cylindrical-coordinate representation of color #99D7B0: hue angle of 142.26º degrees, saturation: 0.44, 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 #99D7B0 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 176 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.16 |
| HSL | 142.26º | 0.44% | 0.72% | - |
| HSV(B) | 142.26º | 0.29% | 0.84% | - |
| XYZ | 45.27 | 58.51 | 49.98 | - |
| YUV | 192.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 176 | 0.29 | 0 | 0.18 | 0.16 | 142.26 | 0.44 | 0.72 |
| Hex | 99 | D7 | B0 | 1D | 0 | 12 | 10 | 8E | 2C | 48 |
| Octal | 231 | 327 | 260 | 35 | 0 | 22 | 20 | 216 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10110000 | 11101 | 0 | 10010 | 10000 | 10001110 | 101100 | 1001000 |
Color Harmonies of #99D7B0
Complementary color
Monochromatic Colors of #99D7B0
Black with #99D7B0
Text Example
Text Example
White with #99D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7B0; }
p { color: rgb(153,215,176); }
H1.HeaderClassName
{
color: #99D7B0;
}
.AnyTagClassName
{
color: #99D7B0;
}
</style>
background-color css
<style>
a { background-color: #99D7B0; }
a { background-color: rgb(153,215,176); }
div.DivClassName
{
background-color: #99D7B0;
}
.BgClassName
{
background-color: #99D7B0;
}
</style>
border-color css
<style>
span { border-color: #99D7B0; }
span { border-color: rgb(153,215,176); }
td.TdClassName
{
border-color: #99D7B0;
}
.TagClassName
{
border-color: #99D7B0;
}
</style>