Shades of Vista Blue #9CE9BA
Tints of Vista Blue #9CE9BA
RGB
CMYK
RGB Variations
Color information
#9CE9BA (or 0x9CE9BA) is known color: Vista Blue. HEX triplet: 9C, E9 and BA. RGB value is (156,233,186). Sum of RGB (Red+Green+Blue) = 156+233+186=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9BA is #631645. Grayscale: #CCCCCC. Windows color (decimal): -6493766 or 12249500. OLE color: 12249500.
HSL color Cylindrical-coordinate representation of color #9CE9BA: hue angle of 143.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9BA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 186 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.09 |
| HSL | 143.38º | 0.64% | 0.76% | - |
| HSV(B) | 143.38º | 0.33% | 0.91% | - |
| XYZ | 51.71 | 68.89 | 57.03 | - |
| YUV | 204.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 186 | 0.33 | 0 | 0.20 | 0.09 | 143.38 | 0.64 | 0.76 |
| Hex | 9C | E9 | BA | 21 | 0 | 14 | 9 | 8F | 40 | 4C |
| Octal | 234 | 351 | 272 | 41 | 0 | 24 | 11 | 217 | 100 | 114 |
| Binary | 10011100 | 11101001 | 10111010 | 100001 | 0 | 10100 | 1001 | 10001111 | 1000000 | 1001100 |
Color Harmonies of #9CE9BA
Complementary color
Monochromatic Colors of #9CE9BA
Black with #9CE9BA
Text Example
Text Example
White with #9CE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9BA; }
p { color: rgb(156,233,186); }
H1.HeaderClassName
{
color: #9CE9BA;
}
.AnyTagClassName
{
color: #9CE9BA;
}
</style>
background-color css
<style>
a { background-color: #9CE9BA; }
a { background-color: rgb(156,233,186); }
div.DivClassName
{
background-color: #9CE9BA;
}
.BgClassName
{
background-color: #9CE9BA;
}
</style>
border-color css
<style>
span { border-color: #9CE9BA; }
span { border-color: rgb(156,233,186); }
td.TdClassName
{
border-color: #9CE9BA;
}
.TagClassName
{
border-color: #9CE9BA;
}
</style>