Shades of Vista Blue #99ECBA
Tints of Vista Blue #99ECBA
RGB
CMYK
RGB Variations
Color information
#99ECBA (or 0x99ECBA) is known color: Vista Blue. HEX triplet: 99, EC and BA. RGB value is (153,236,186). Sum of RGB (Red+Green+Blue) = 153+236+186=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECBA is #661345. Grayscale: #CDCDCD. Windows color (decimal): -6689606 or 12250265. OLE color: 12250265.
HSL color Cylindrical-coordinate representation of color #99ECBA: hue angle of 143.86º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECBA is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 186 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.07 |
| HSL | 143.86º | 0.69% | 0.76% | - |
| HSV(B) | 143.86º | 0.35% | 0.93% | - |
| XYZ | 52 | 70.31 | 57.28 | - |
| YUV | 205.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 186 | 0.35 | 0 | 0.21 | 0.07 | 143.86 | 0.69 | 0.76 |
| Hex | 99 | EC | BA | 23 | 0 | 15 | 7 | 90 | 45 | 4C |
| Octal | 231 | 354 | 272 | 43 | 0 | 25 | 7 | 220 | 105 | 114 |
| Binary | 10011001 | 11101100 | 10111010 | 100011 | 0 | 10101 | 111 | 10010000 | 1000101 | 1001100 |
Color Harmonies of #99ECBA
Complementary color
Monochromatic Colors of #99ECBA
Black with #99ECBA
Text Example
Text Example
White with #99ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECBA; }
p { color: rgb(153,236,186); }
H1.HeaderClassName
{
color: #99ECBA;
}
.AnyTagClassName
{
color: #99ECBA;
}
</style>
background-color css
<style>
a { background-color: #99ECBA; }
a { background-color: rgb(153,236,186); }
div.DivClassName
{
background-color: #99ECBA;
}
.BgClassName
{
background-color: #99ECBA;
}
</style>
border-color css
<style>
span { border-color: #99ECBA; }
span { border-color: rgb(153,236,186); }
td.TdClassName
{
border-color: #99ECBA;
}
.TagClassName
{
border-color: #99ECBA;
}
</style>