Shades of Vista Blue #99E9BD
Tints of Vista Blue #99E9BD
RGB
CMYK
RGB Variations
Color information
#99E9BD (or 0x99E9BD) is known color: Vista Blue. HEX triplet: 99, E9 and BD. RGB value is (153,233,189). Sum of RGB (Red+Green+Blue) = 153+233+189=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9BD is #661642. Grayscale: #CCCCCC. Windows color (decimal): -6690371 or 12446105. OLE color: 12446105.
HSL color Cylindrical-coordinate representation of color #99E9BD: hue angle of 147º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E9BD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 189 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.09 |
| HSL | 147º | 0.65% | 0.76% | - |
| HSV(B) | 147º | 0.34% | 0.91% | - |
| XYZ | 51.46 | 68.72 | 58.7 | - |
| YUV | 204.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 189 | 0.34 | 0 | 0.19 | 0.09 | 147 | 0.65 | 0.76 |
| Hex | 99 | E9 | BD | 22 | 0 | 13 | 9 | 93 | 41 | 4C |
| Octal | 231 | 351 | 275 | 42 | 0 | 23 | 11 | 223 | 101 | 114 |
| Binary | 10011001 | 11101001 | 10111101 | 100010 | 0 | 10011 | 1001 | 10010011 | 1000001 | 1001100 |
Color Harmonies of #99E9BD
Complementary color
Monochromatic Colors of #99E9BD
Black with #99E9BD
Text Example
Text Example
White with #99E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9BD; }
p { color: rgb(153,233,189); }
H1.HeaderClassName
{
color: #99E9BD;
}
.AnyTagClassName
{
color: #99E9BD;
}
</style>
background-color css
<style>
a { background-color: #99E9BD; }
a { background-color: rgb(153,233,189); }
div.DivClassName
{
background-color: #99E9BD;
}
.BgClassName
{
background-color: #99E9BD;
}
</style>
border-color css
<style>
span { border-color: #99E9BD; }
span { border-color: rgb(153,233,189); }
td.TdClassName
{
border-color: #99E9BD;
}
.TagClassName
{
border-color: #99E9BD;
}
</style>