Shades of Vista Blue #99EEBE
Tints of Vista Blue #99EEBE
RGB
CMYK
RGB Variations
Color information
#99EEBE (or 0x99EEBE) is known color: Vista Blue. HEX triplet: 99, EE and BE. RGB value is (153,238,190). Sum of RGB (Red+Green+Blue) = 153+238+190=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEBE is #661141. Grayscale: #CFCFCF. Windows color (decimal): -6689090 or 12512921. OLE color: 12512921.
HSL color Cylindrical-coordinate representation of color #99EEBE: hue angle of 146.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEBE is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 190 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.07 |
| HSL | 146.12º | 0.71% | 0.77% | - |
| HSV(B) | 146.12º | 0.36% | 0.93% | - |
| XYZ | 53.01 | 71.64 | 59.75 | - |
| YUV | 207.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 190 | 0.36 | 0 | 0.20 | 0.07 | 146.12 | 0.71 | 0.77 |
| Hex | 99 | EE | BE | 24 | 0 | 14 | 7 | 92 | 47 | 4D |
| Octal | 231 | 356 | 276 | 44 | 0 | 24 | 7 | 222 | 107 | 115 |
| Binary | 10011001 | 11101110 | 10111110 | 100100 | 0 | 10100 | 111 | 10010010 | 1000111 | 1001101 |
Color Harmonies of #99EEBE
Complementary color
Monochromatic Colors of #99EEBE
Black with #99EEBE
Text Example
Text Example
White with #99EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEBE; }
p { color: rgb(153,238,190); }
H1.HeaderClassName
{
color: #99EEBE;
}
.AnyTagClassName
{
color: #99EEBE;
}
</style>
background-color css
<style>
a { background-color: #99EEBE; }
a { background-color: rgb(153,238,190); }
div.DivClassName
{
background-color: #99EEBE;
}
.BgClassName
{
background-color: #99EEBE;
}
</style>
border-color css
<style>
span { border-color: #99EEBE; }
span { border-color: rgb(153,238,190); }
td.TdClassName
{
border-color: #99EEBE;
}
.TagClassName
{
border-color: #99EEBE;
}
</style>