Shades of Vista Blue #99D7BC
Tints of Vista Blue #99D7BC
RGB
CMYK
RGB Variations
Color information
#99D7BC (or 0x99D7BC) is known color: Vista Blue. HEX triplet: 99, D7 and BC. RGB value is (153,215,188). Sum of RGB (Red+Green+Blue) = 153+215+188=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7BC is #662843. Grayscale: #C1C1C1. Windows color (decimal): -6694980 or 12375961. OLE color: 12375961.
HSL color Cylindrical-coordinate representation of color #99D7BC: hue angle of 153.87º 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 #99D7BC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 188 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.16 |
| HSL | 153.87º | 0.44% | 0.72% | - |
| HSV(B) | 153.87º | 0.29% | 0.84% | - |
| XYZ | 46.51 | 59 | 56.51 | - |
| YUV | 193.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 188 | 0.29 | 0 | 0.13 | 0.16 | 153.87 | 0.44 | 0.72 |
| Hex | 99 | D7 | BC | 1D | 0 | D | 10 | 9A | 2C | 48 |
| Octal | 231 | 327 | 274 | 35 | 0 | 15 | 20 | 232 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10111100 | 11101 | 0 | 1101 | 10000 | 10011010 | 101100 | 1001000 |
Color Harmonies of #99D7BC
Complementary color
Monochromatic Colors of #99D7BC
Black with #99D7BC
Text Example
Text Example
White with #99D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7BC; }
p { color: rgb(153,215,188); }
H1.HeaderClassName
{
color: #99D7BC;
}
.AnyTagClassName
{
color: #99D7BC;
}
</style>
background-color css
<style>
a { background-color: #99D7BC; }
a { background-color: rgb(153,215,188); }
div.DivClassName
{
background-color: #99D7BC;
}
.BgClassName
{
background-color: #99D7BC;
}
</style>
border-color css
<style>
span { border-color: #99D7BC; }
span { border-color: rgb(153,215,188); }
td.TdClassName
{
border-color: #99D7BC;
}
.TagClassName
{
border-color: #99D7BC;
}
</style>