Shades of Vista Blue #9CE3BD
Tints of Vista Blue #9CE3BD
RGB
CMYK
RGB Variations
Color information
#9CE3BD (or 0x9CE3BD) is known color: Vista Blue. HEX triplet: 9C, E3 and BD. RGB value is (156,227,189). Sum of RGB (Red+Green+Blue) = 156+227+189=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE3BD is #631C42. Grayscale: #C9C9C9. Windows color (decimal): -6495299 or 12444572. OLE color: 12444572.
HSL color Cylindrical-coordinate representation of color #9CE3BD: hue angle of 147.89º 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 #9CE3BD is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 227 | 189 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.11 |
| HSL | 147.89º | 0.56% | 0.75% | - |
| HSV(B) | 147.89º | 0.31% | 0.89% | - |
| XYZ | 50.36 | 65.68 | 58.17 | - |
| YUV | 201.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 189 | 0.31 | 0 | 0.17 | 0.11 | 147.89 | 0.56 | 0.75 |
| Hex | 9C | E3 | BD | 1F | 0 | 11 | B | 94 | 38 | 4B |
| Octal | 234 | 343 | 275 | 37 | 0 | 21 | 13 | 224 | 70 | 113 |
| Binary | 10011100 | 11100011 | 10111101 | 11111 | 0 | 10001 | 1011 | 10010100 | 111000 | 1001011 |
Color Harmonies of #9CE3BD
Complementary color
Monochromatic Colors of #9CE3BD
Black with #9CE3BD
Text Example
Text Example
White with #9CE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3BD; }
p { color: rgb(156,227,189); }
H1.HeaderClassName
{
color: #9CE3BD;
}
.AnyTagClassName
{
color: #9CE3BD;
}
</style>
background-color css
<style>
a { background-color: #9CE3BD; }
a { background-color: rgb(156,227,189); }
div.DivClassName
{
background-color: #9CE3BD;
}
.BgClassName
{
background-color: #9CE3BD;
}
</style>
border-color css
<style>
span { border-color: #9CE3BD; }
span { border-color: rgb(156,227,189); }
td.TdClassName
{
border-color: #9CE3BD;
}
.TagClassName
{
border-color: #9CE3BD;
}
</style>