Shades of Vista Blue #9CE0BD
Tints of Vista Blue #9CE0BD
RGB
CMYK
RGB Variations
Color information
#9CE0BD (or 0x9CE0BD) is known color: Vista Blue. HEX triplet: 9C, E0 and BD. RGB value is (156,224,189). Sum of RGB (Red+Green+Blue) = 156+224+189=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE0BD is #631F42. Grayscale: #C7C7C7. Windows color (decimal): -6496067 or 12443804. OLE color: 12443804.
HSL color Cylindrical-coordinate representation of color #9CE0BD: hue angle of 149.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CE0BD is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 189 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.12 |
| HSL | 149.12º | 0.52% | 0.75% | - |
| HSV(B) | 149.12º | 0.3% | 0.88% | - |
| XYZ | 49.55 | 64.05 | 57.9 | - |
| YUV | 199.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 189 | 0.30 | 0 | 0.16 | 0.12 | 149.12 | 0.52 | 0.75 |
| Hex | 9C | E0 | BD | 1E | 0 | 10 | C | 95 | 34 | 4B |
| Octal | 234 | 340 | 275 | 36 | 0 | 20 | 14 | 225 | 64 | 113 |
| Binary | 10011100 | 11100000 | 10111101 | 11110 | 0 | 10000 | 1100 | 10010101 | 110100 | 1001011 |
Color Harmonies of #9CE0BD
Complementary color
Monochromatic Colors of #9CE0BD
Black with #9CE0BD
Text Example
Text Example
White with #9CE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0BD; }
p { color: rgb(156,224,189); }
H1.HeaderClassName
{
color: #9CE0BD;
}
.AnyTagClassName
{
color: #9CE0BD;
}
</style>
background-color css
<style>
a { background-color: #9CE0BD; }
a { background-color: rgb(156,224,189); }
div.DivClassName
{
background-color: #9CE0BD;
}
.BgClassName
{
background-color: #9CE0BD;
}
</style>
border-color css
<style>
span { border-color: #9CE0BD; }
span { border-color: rgb(156,224,189); }
td.TdClassName
{
border-color: #9CE0BD;
}
.TagClassName
{
border-color: #9CE0BD;
}
</style>