Shades of Vista Blue #99E8BC
Tints of Vista Blue #99E8BC
RGB
CMYK
RGB Variations
Color information
#99E8BC (or 0x99E8BC) is known color: Vista Blue. HEX triplet: 99, E8 and BC. RGB value is (153,232,188). Sum of RGB (Red+Green+Blue) = 153+232+188=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E8BC is #661743. Grayscale: #CBCBCB. Windows color (decimal): -6690628 or 12380313. OLE color: 12380313.
HSL color Cylindrical-coordinate representation of color #99E8BC: hue angle of 146.58º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8BC is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 232 | 188 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.09 |
| HSL | 146.58º | 0.63% | 0.75% | - |
| HSV(B) | 146.58º | 0.34% | 0.91% | - |
| XYZ | 51.07 | 68.12 | 58.03 | - |
| YUV | 203.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 188 | 0.34 | 0 | 0.19 | 0.09 | 146.58 | 0.63 | 0.75 |
| Hex | 99 | E8 | BC | 22 | 0 | 13 | 9 | 93 | 3F | 4B |
| Octal | 231 | 350 | 274 | 42 | 0 | 23 | 11 | 223 | 77 | 113 |
| Binary | 10011001 | 11101000 | 10111100 | 100010 | 0 | 10011 | 1001 | 10010011 | 111111 | 1001011 |
Color Harmonies of #99E8BC
Complementary color
Monochromatic Colors of #99E8BC
Black with #99E8BC
Text Example
Text Example
White with #99E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8BC; }
p { color: rgb(153,232,188); }
H1.HeaderClassName
{
color: #99E8BC;
}
.AnyTagClassName
{
color: #99E8BC;
}
</style>
background-color css
<style>
a { background-color: #99E8BC; }
a { background-color: rgb(153,232,188); }
div.DivClassName
{
background-color: #99E8BC;
}
.BgClassName
{
background-color: #99E8BC;
}
</style>
border-color css
<style>
span { border-color: #99E8BC; }
span { border-color: rgb(153,232,188); }
td.TdClassName
{
border-color: #99E8BC;
}
.TagClassName
{
border-color: #99E8BC;
}
</style>