Shades of Vista Blue #99ECB3
Tints of Vista Blue #99ECB3
RGB
CMYK
RGB Variations
Color information
#99ECB3 (or 0x99ECB3) is known color: Vista Blue. HEX triplet: 99, EC and B3. RGB value is (153,236,179). Sum of RGB (Red+Green+Blue) = 153+236+179=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECB3 is #66134C. Grayscale: #CCCCCC. Windows color (decimal): -6689613 or 11791513. OLE color: 11791513.
HSL color Cylindrical-coordinate representation of color #99ECB3: hue angle of 138.8º 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 #99ECB3 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 179 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.07 |
| HSL | 138.8º | 0.69% | 0.76% | - |
| HSV(B) | 138.8º | 0.35% | 0.93% | - |
| XYZ | 51.27 | 70.02 | 53.46 | - |
| YUV | 204.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 179 | 0.35 | 0 | 0.24 | 0.07 | 138.8 | 0.69 | 0.76 |
| Hex | 99 | EC | B3 | 23 | 0 | 18 | 7 | 8B | 45 | 4C |
| Octal | 231 | 354 | 263 | 43 | 0 | 30 | 7 | 213 | 105 | 114 |
| Binary | 10011001 | 11101100 | 10110011 | 100011 | 0 | 11000 | 111 | 10001011 | 1000101 | 1001100 |
Color Harmonies of #99ECB3
Complementary color
Monochromatic Colors of #99ECB3
Black with #99ECB3
Text Example
Text Example
White with #99ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECB3; }
p { color: rgb(153,236,179); }
H1.HeaderClassName
{
color: #99ECB3;
}
.AnyTagClassName
{
color: #99ECB3;
}
</style>
background-color css
<style>
a { background-color: #99ECB3; }
a { background-color: rgb(153,236,179); }
div.DivClassName
{
background-color: #99ECB3;
}
.BgClassName
{
background-color: #99ECB3;
}
</style>
border-color css
<style>
span { border-color: #99ECB3; }
span { border-color: rgb(153,236,179); }
td.TdClassName
{
border-color: #99ECB3;
}
.TagClassName
{
border-color: #99ECB3;
}
</style>