Shades of Vista Blue #99EBBA
Tints of Vista Blue #99EBBA
RGB
CMYK
RGB Variations
Color information
#99EBBA (or 0x99EBBA) is known color: Vista Blue. HEX triplet: 99, EB and BA. RGB value is (153,235,186). Sum of RGB (Red+Green+Blue) = 153+235+186=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBBA is #661445. Grayscale: #CDCDCD. Windows color (decimal): -6689862 or 12250009. OLE color: 12250009.
HSL color Cylindrical-coordinate representation of color #99EBBA: hue angle of 144.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBBA is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 186 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.08 |
| HSL | 144.15º | 0.67% | 0.76% | - |
| HSV(B) | 144.15º | 0.35% | 0.92% | - |
| XYZ | 51.71 | 69.73 | 57.19 | - |
| YUV | 204.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 186 | 0.35 | 0 | 0.21 | 0.08 | 144.15 | 0.67 | 0.76 |
| Hex | 99 | EB | BA | 23 | 0 | 15 | 8 | 90 | 43 | 4C |
| Octal | 231 | 353 | 272 | 43 | 0 | 25 | 10 | 220 | 103 | 114 |
| Binary | 10011001 | 11101011 | 10111010 | 100011 | 0 | 10101 | 1000 | 10010000 | 1000011 | 1001100 |
Color Harmonies of #99EBBA
Complementary color
Monochromatic Colors of #99EBBA
Black with #99EBBA
Text Example
Text Example
White with #99EBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBBA; }
p { color: rgb(153,235,186); }
H1.HeaderClassName
{
color: #99EBBA;
}
.AnyTagClassName
{
color: #99EBBA;
}
</style>
background-color css
<style>
a { background-color: #99EBBA; }
a { background-color: rgb(153,235,186); }
div.DivClassName
{
background-color: #99EBBA;
}
.BgClassName
{
background-color: #99EBBA;
}
</style>
border-color css
<style>
span { border-color: #99EBBA; }
span { border-color: rgb(153,235,186); }
td.TdClassName
{
border-color: #99EBBA;
}
.TagClassName
{
border-color: #99EBBA;
}
</style>