Shades of Vista Blue #99E2AF
Tints of Vista Blue #99E2AF
RGB
CMYK
RGB Variations
Color information
#99E2AF (or 0x99E2AF) is known color: Vista Blue. HEX triplet: 99, E2 and AF. RGB value is (153,226,175). Sum of RGB (Red+Green+Blue) = 153+226+175=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E2AF is #661D50. Grayscale: #C6C6C6. Windows color (decimal): -6692177 or 11526809. OLE color: 11526809.
HSL color Cylindrical-coordinate representation of color #99E2AF: hue angle of 138.08º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2AF is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 175 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.11 |
| HSL | 138.08º | 0.56% | 0.74% | - |
| HSV(B) | 138.08º | 0.32% | 0.89% | - |
| XYZ | 48.07 | 64.26 | 50.43 | - |
| YUV | 198.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 175 | 0.32 | 0 | 0.23 | 0.11 | 138.08 | 0.56 | 0.74 |
| Hex | 99 | E2 | AF | 20 | 0 | 17 | B | 8A | 38 | 4A |
| Octal | 231 | 342 | 257 | 40 | 0 | 27 | 13 | 212 | 70 | 112 |
| Binary | 10011001 | 11100010 | 10101111 | 100000 | 0 | 10111 | 1011 | 10001010 | 111000 | 1001010 |
Color Harmonies of #99E2AF
Complementary color
Monochromatic Colors of #99E2AF
Black with #99E2AF
Text Example
Text Example
White with #99E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2AF; }
p { color: rgb(153,226,175); }
H1.HeaderClassName
{
color: #99E2AF;
}
.AnyTagClassName
{
color: #99E2AF;
}
</style>
background-color css
<style>
a { background-color: #99E2AF; }
a { background-color: rgb(153,226,175); }
div.DivClassName
{
background-color: #99E2AF;
}
.BgClassName
{
background-color: #99E2AF;
}
</style>
border-color css
<style>
span { border-color: #99E2AF; }
span { border-color: rgb(153,226,175); }
td.TdClassName
{
border-color: #99E2AF;
}
.TagClassName
{
border-color: #99E2AF;
}
</style>