Shades of Vista Blue #9CE1B9
Tints of Vista Blue #9CE1B9
RGB
CMYK
RGB Variations
Color information
#9CE1B9 (or 0x9CE1B9) is known color: Vista Blue. HEX triplet: 9C, E1 and B9. RGB value is (156,225,185). Sum of RGB (Red+Green+Blue) = 156+225+185=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE1B9 is #631E46. Grayscale: #C7C7C7. Windows color (decimal): -6495815 or 12181916. OLE color: 12181916.
HSL color Cylindrical-coordinate representation of color #9CE1B9: hue angle of 145.22º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CE1B9 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 185 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.12 |
| HSL | 145.22º | 0.53% | 0.75% | - |
| HSV(B) | 145.22º | 0.31% | 0.88% | - |
| XYZ | 49.39 | 64.42 | 55.73 | - |
| YUV | 199.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 185 | 0.31 | 0 | 0.18 | 0.12 | 145.22 | 0.53 | 0.75 |
| Hex | 9C | E1 | B9 | 1F | 0 | 12 | C | 91 | 35 | 4B |
| Octal | 234 | 341 | 271 | 37 | 0 | 22 | 14 | 221 | 65 | 113 |
| Binary | 10011100 | 11100001 | 10111001 | 11111 | 0 | 10010 | 1100 | 10010001 | 110101 | 1001011 |
Color Harmonies of #9CE1B9
Complementary color
Monochromatic Colors of #9CE1B9
Black with #9CE1B9
Text Example
Text Example
White with #9CE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE1B9; }
p { color: rgb(156,225,185); }
H1.HeaderClassName
{
color: #9CE1B9;
}
.AnyTagClassName
{
color: #9CE1B9;
}
</style>
background-color css
<style>
a { background-color: #9CE1B9; }
a { background-color: rgb(156,225,185); }
div.DivClassName
{
background-color: #9CE1B9;
}
.BgClassName
{
background-color: #9CE1B9;
}
</style>
border-color css
<style>
span { border-color: #9CE1B9; }
span { border-color: rgb(156,225,185); }
td.TdClassName
{
border-color: #9CE1B9;
}
.TagClassName
{
border-color: #9CE1B9;
}
</style>