Shades of Vista Blue #99E3C0
Tints of Vista Blue #99E3C0
RGB
CMYK
RGB Variations
Color information
#99E3C0 (or 0x99E3C0) is known color: Vista Blue. HEX triplet: 99, E3 and C0. RGB value is (153,227,192). Sum of RGB (Red+Green+Blue) = 153+227+192=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3C0 is #661C3F. Grayscale: #C8C8C8. Windows color (decimal): -6691904 or 12641177. OLE color: 12641177.
HSL color Cylindrical-coordinate representation of color #99E3C0: hue angle of 151.62º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3C0 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 227 | 192 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.11 |
| HSL | 151.62º | 0.57% | 0.75% | - |
| HSV(B) | 151.62º | 0.33% | 0.89% | - |
| XYZ | 50.12 | 65.52 | 59.87 | - |
| YUV | 200.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 227 | 192 | 0.33 | 0 | 0.15 | 0.11 | 151.62 | 0.57 | 0.75 |
| Hex | 99 | E3 | C0 | 21 | 0 | F | B | 98 | 39 | 4B |
| Octal | 231 | 343 | 300 | 41 | 0 | 17 | 13 | 230 | 71 | 113 |
| Binary | 10011001 | 11100011 | 11000000 | 100001 | 0 | 1111 | 1011 | 10011000 | 111001 | 1001011 |
Color Harmonies of #99E3C0
Complementary color
Monochromatic Colors of #99E3C0
Black with #99E3C0
Text Example
Text Example
White with #99E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E3C0; }
p { color: rgb(153,227,192); }
H1.HeaderClassName
{
color: #99E3C0;
}
.AnyTagClassName
{
color: #99E3C0;
}
</style>
background-color css
<style>
a { background-color: #99E3C0; }
a { background-color: rgb(153,227,192); }
div.DivClassName
{
background-color: #99E3C0;
}
.BgClassName
{
background-color: #99E3C0;
}
</style>
border-color css
<style>
span { border-color: #99E3C0; }
span { border-color: rgb(153,227,192); }
td.TdClassName
{
border-color: #99E3C0;
}
.TagClassName
{
border-color: #99E3C0;
}
</style>