Shades of Vista Blue #99E2BD
Tints of Vista Blue #99E2BD
RGB
CMYK
RGB Variations
Color information
#99E2BD (or 0x99E2BD) is known color: Vista Blue. HEX triplet: 99, E2 and BD. RGB value is (153,226,189). Sum of RGB (Red+Green+Blue) = 153+226+189=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E2BD is #661D42. Grayscale: #C8C8C8. Windows color (decimal): -6692163 or 12444313. OLE color: 12444313.
HSL color Cylindrical-coordinate representation of color #99E2BD: hue angle of 149.59º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2BD is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 189 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.11 |
| HSL | 149.59º | 0.56% | 0.74% | - |
| HSV(B) | 149.59º | 0.32% | 0.89% | - |
| XYZ | 49.52 | 64.84 | 58.05 | - |
| YUV | 199.96 | 121.82 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 189 | 0.32 | 0 | 0.16 | 0.11 | 149.59 | 0.56 | 0.74 |
| Hex | 99 | E2 | BD | 20 | 0 | 10 | B | 96 | 38 | 4A |
| Octal | 231 | 342 | 275 | 40 | 0 | 20 | 13 | 226 | 70 | 112 |
| Binary | 10011001 | 11100010 | 10111101 | 100000 | 0 | 10000 | 1011 | 10010110 | 111000 | 1001010 |
Color Harmonies of #99E2BD
Complementary color
Monochromatic Colors of #99E2BD
Black with #99E2BD
Text Example
Text Example
White with #99E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2BD; }
p { color: rgb(153,226,189); }
H1.HeaderClassName
{
color: #99E2BD;
}
.AnyTagClassName
{
color: #99E2BD;
}
</style>
background-color css
<style>
a { background-color: #99E2BD; }
a { background-color: rgb(153,226,189); }
div.DivClassName
{
background-color: #99E2BD;
}
.BgClassName
{
background-color: #99E2BD;
}
</style>
border-color css
<style>
span { border-color: #99E2BD; }
span { border-color: rgb(153,226,189); }
td.TdClassName
{
border-color: #99E2BD;
}
.TagClassName
{
border-color: #99E2BD;
}
</style>