Shades of Vista Blue #9CE3BA
Tints of Vista Blue #9CE3BA
RGB
CMYK
RGB Variations
Color information
#9CE3BA (or 0x9CE3BA) is known color: Vista Blue. HEX triplet: 9C, E3 and BA. RGB value is (156,227,186). Sum of RGB (Red+Green+Blue) = 156+227+186=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE3BA is #631C45. Grayscale: #C9C9C9. Windows color (decimal): -6495302 or 12247964. OLE color: 12247964.
HSL color Cylindrical-coordinate representation of color #9CE3BA: hue angle of 145.35º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE3BA is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 227 | 186 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.11 |
| HSL | 145.35º | 0.56% | 0.75% | - |
| HSV(B) | 145.35º | 0.31% | 0.89% | - |
| XYZ | 50.04 | 65.55 | 56.47 | - |
| YUV | 201.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 186 | 0.31 | 0 | 0.18 | 0.11 | 145.35 | 0.56 | 0.75 |
| Hex | 9C | E3 | BA | 1F | 0 | 12 | B | 91 | 38 | 4B |
| Octal | 234 | 343 | 272 | 37 | 0 | 22 | 13 | 221 | 70 | 113 |
| Binary | 10011100 | 11100011 | 10111010 | 11111 | 0 | 10010 | 1011 | 10010001 | 111000 | 1001011 |
Color Harmonies of #9CE3BA
Complementary color
Monochromatic Colors of #9CE3BA
Black with #9CE3BA
Text Example
Text Example
White with #9CE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3BA; }
p { color: rgb(156,227,186); }
H1.HeaderClassName
{
color: #9CE3BA;
}
.AnyTagClassName
{
color: #9CE3BA;
}
</style>
background-color css
<style>
a { background-color: #9CE3BA; }
a { background-color: rgb(156,227,186); }
div.DivClassName
{
background-color: #9CE3BA;
}
.BgClassName
{
background-color: #9CE3BA;
}
</style>
border-color css
<style>
span { border-color: #9CE3BA; }
span { border-color: rgb(156,227,186); }
td.TdClassName
{
border-color: #9CE3BA;
}
.TagClassName
{
border-color: #9CE3BA;
}
</style>