Shades of Vista Blue #99E9C1
Tints of Vista Blue #99E9C1
RGB
CMYK
RGB Variations
Color information
#99E9C1 (or 0x99E9C1) is known color: Vista Blue. HEX triplet: 99, E9 and C1. RGB value is (153,233,193). Sum of RGB (Red+Green+Blue) = 153+233+193=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9C1 is #66163E. Grayscale: #CCCCCC. Windows color (decimal): -6690367 or 12708249. OLE color: 12708249.
HSL color Cylindrical-coordinate representation of color #99E9C1: hue angle of 150º 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 #99E9C1 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 193 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.09 |
| HSL | 150º | 0.65% | 0.76% | - |
| HSV(B) | 150º | 0.34% | 0.91% | - |
| XYZ | 51.9 | 68.9 | 61.02 | - |
| YUV | 204.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 193 | 0.34 | 0 | 0.17 | 0.09 | 150 | 0.65 | 0.76 |
| Hex | 99 | E9 | C1 | 22 | 0 | 11 | 9 | 96 | 41 | 4C |
| Octal | 231 | 351 | 301 | 42 | 0 | 21 | 11 | 226 | 101 | 114 |
| Binary | 10011001 | 11101001 | 11000001 | 100010 | 0 | 10001 | 1001 | 10010110 | 1000001 | 1001100 |
Color Harmonies of #99E9C1
Complementary color
Monochromatic Colors of #99E9C1
Black with #99E9C1
Text Example
Text Example
White with #99E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9C1; }
p { color: rgb(153,233,193); }
H1.HeaderClassName
{
color: #99E9C1;
}
.AnyTagClassName
{
color: #99E9C1;
}
</style>
background-color css
<style>
a { background-color: #99E9C1; }
a { background-color: rgb(153,233,193); }
div.DivClassName
{
background-color: #99E9C1;
}
.BgClassName
{
background-color: #99E9C1;
}
</style>
border-color css
<style>
span { border-color: #99E9C1; }
span { border-color: rgb(153,233,193); }
td.TdClassName
{
border-color: #99E9C1;
}
.TagClassName
{
border-color: #99E9C1;
}
</style>