Shades of Vista Blue #99ECB9
Tints of Vista Blue #99ECB9
RGB
CMYK
RGB Variations
Color information
#99ECB9 (or 0x99ECB9) is known color: Vista Blue. HEX triplet: 99, EC and B9. RGB value is (153,236,185). Sum of RGB (Red+Green+Blue) = 153+236+185=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECB9 is #661346. Grayscale: #CDCDCD. Windows color (decimal): -6689607 or 12184729. OLE color: 12184729.
HSL color Cylindrical-coordinate representation of color #99ECB9: hue angle of 143.13º 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 #99ECB9 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 185 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.07 |
| HSL | 143.13º | 0.69% | 0.76% | - |
| HSV(B) | 143.13º | 0.35% | 0.93% | - |
| XYZ | 51.89 | 70.27 | 56.73 | - |
| YUV | 205.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 185 | 0.35 | 0 | 0.22 | 0.07 | 143.13 | 0.69 | 0.76 |
| Hex | 99 | EC | B9 | 23 | 0 | 16 | 7 | 8F | 45 | 4C |
| Octal | 231 | 354 | 271 | 43 | 0 | 26 | 7 | 217 | 105 | 114 |
| Binary | 10011001 | 11101100 | 10111001 | 100011 | 0 | 10110 | 111 | 10001111 | 1000101 | 1001100 |
Color Harmonies of #99ECB9
Complementary color
Monochromatic Colors of #99ECB9
Black with #99ECB9
Text Example
Text Example
White with #99ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECB9; }
p { color: rgb(153,236,185); }
H1.HeaderClassName
{
color: #99ECB9;
}
.AnyTagClassName
{
color: #99ECB9;
}
</style>
background-color css
<style>
a { background-color: #99ECB9; }
a { background-color: rgb(153,236,185); }
div.DivClassName
{
background-color: #99ECB9;
}
.BgClassName
{
background-color: #99ECB9;
}
</style>
border-color css
<style>
span { border-color: #99ECB9; }
span { border-color: rgb(153,236,185); }
td.TdClassName
{
border-color: #99ECB9;
}
.TagClassName
{
border-color: #99ECB9;
}
</style>