Shades of Vista Blue #99E5BC
Tints of Vista Blue #99E5BC
RGB
CMYK
RGB Variations
Color information
#99E5BC (or 0x99E5BC) is known color: Vista Blue. HEX triplet: 99, E5 and BC. RGB value is (153,229,188). Sum of RGB (Red+Green+Blue) = 153+229+188=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E5BC is #661A43. Grayscale: #C9C9C9. Windows color (decimal): -6691396 or 12379545. OLE color: 12379545.
HSL color Cylindrical-coordinate representation of color #99E5BC: hue angle of 147.63º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5BC is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 188 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.10 |
| HSL | 147.63º | 0.59% | 0.75% | - |
| HSV(B) | 147.63º | 0.33% | 0.9% | - |
| XYZ | 50.23 | 66.44 | 57.75 | - |
| YUV | 201.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 188 | 0.33 | 0 | 0.18 | 0.10 | 147.63 | 0.59 | 0.75 |
| Hex | 99 | E5 | BC | 21 | 0 | 12 | A | 94 | 3B | 4B |
| Octal | 231 | 345 | 274 | 41 | 0 | 22 | 12 | 224 | 73 | 113 |
| Binary | 10011001 | 11100101 | 10111100 | 100001 | 0 | 10010 | 1010 | 10010100 | 111011 | 1001011 |
Color Harmonies of #99E5BC
Complementary color
Monochromatic Colors of #99E5BC
Black with #99E5BC
Text Example
Text Example
White with #99E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E5BC; }
p { color: rgb(153,229,188); }
H1.HeaderClassName
{
color: #99E5BC;
}
.AnyTagClassName
{
color: #99E5BC;
}
</style>
background-color css
<style>
a { background-color: #99E5BC; }
a { background-color: rgb(153,229,188); }
div.DivClassName
{
background-color: #99E5BC;
}
.BgClassName
{
background-color: #99E5BC;
}
</style>
border-color css
<style>
span { border-color: #99E5BC; }
span { border-color: rgb(153,229,188); }
td.TdClassName
{
border-color: #99E5BC;
}
.TagClassName
{
border-color: #99E5BC;
}
</style>