Shades of Vista Blue #99D7BE
Tints of Vista Blue #99D7BE
RGB
CMYK
RGB Variations
Color information
#99D7BE (or 0x99D7BE) is known color: Vista Blue. HEX triplet: 99, D7 and BE. RGB value is (153,215,190). Sum of RGB (Red+Green+Blue) = 153+215+190=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7BE is #662841. Grayscale: #C1C1C1. Windows color (decimal): -6694978 or 12507033. OLE color: 12507033.
HSL color Cylindrical-coordinate representation of color #99D7BE: hue angle of 155.81º 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 #99D7BE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 190 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.16 |
| HSL | 155.81º | 0.44% | 0.72% | - |
| HSV(B) | 155.81º | 0.29% | 0.84% | - |
| XYZ | 46.73 | 59.09 | 57.66 | - |
| YUV | 193.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 190 | 0.29 | 0 | 0.12 | 0.16 | 155.81 | 0.44 | 0.72 |
| Hex | 99 | D7 | BE | 1D | 0 | C | 10 | 9C | 2C | 48 |
| Octal | 231 | 327 | 276 | 35 | 0 | 14 | 20 | 234 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10111110 | 11101 | 0 | 1100 | 10000 | 10011100 | 101100 | 1001000 |
Color Harmonies of #99D7BE
Complementary color
Monochromatic Colors of #99D7BE
Black with #99D7BE
Text Example
Text Example
White with #99D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7BE; }
p { color: rgb(153,215,190); }
H1.HeaderClassName
{
color: #99D7BE;
}
.AnyTagClassName
{
color: #99D7BE;
}
</style>
background-color css
<style>
a { background-color: #99D7BE; }
a { background-color: rgb(153,215,190); }
div.DivClassName
{
background-color: #99D7BE;
}
.BgClassName
{
background-color: #99D7BE;
}
</style>
border-color css
<style>
span { border-color: #99D7BE; }
span { border-color: rgb(153,215,190); }
td.TdClassName
{
border-color: #99D7BE;
}
.TagClassName
{
border-color: #99D7BE;
}
</style>