Shades of Vista Blue #9CCEB1
Tints of Vista Blue #9CCEB1
RGB
CMYK
RGB Variations
Color information
#9CCEB1 (or 0x9CCEB1) is known color: Vista Blue. HEX triplet: 9C, CE and B1. RGB value is (156,206,177). Sum of RGB (Red+Green+Blue) = 156+206+177=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCEB1 is #63314E. Grayscale: #BBBBBB. Windows color (decimal): -6500687 or 11652764. OLE color: 11652764.
HSL color Cylindrical-coordinate representation of color #9CCEB1: hue angle of 145.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCEB1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 177 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.19 |
| HSL | 145.2º | 0.34% | 0.71% | - |
| HSV(B) | 145.2º | 0.24% | 0.81% | - |
| XYZ | 43.72 | 54.38 | 49.79 | - |
| YUV | 187.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 177 | 0.24 | 0 | 0.14 | 0.19 | 145.2 | 0.34 | 0.71 |
| Hex | 9C | CE | B1 | 18 | 0 | E | 13 | 91 | 22 | 47 |
| Octal | 234 | 316 | 261 | 30 | 0 | 16 | 23 | 221 | 42 | 107 |
| Binary | 10011100 | 11001110 | 10110001 | 11000 | 0 | 1110 | 10011 | 10010001 | 100010 | 1000111 |
Color Harmonies of #9CCEB1
Complementary color
Monochromatic Colors of #9CCEB1
Black with #9CCEB1
Text Example
Text Example
White with #9CCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCEB1; }
p { color: rgb(156,206,177); }
H1.HeaderClassName
{
color: #9CCEB1;
}
.AnyTagClassName
{
color: #9CCEB1;
}
</style>
background-color css
<style>
a { background-color: #9CCEB1; }
a { background-color: rgb(156,206,177); }
div.DivClassName
{
background-color: #9CCEB1;
}
.BgClassName
{
background-color: #9CCEB1;
}
</style>
border-color css
<style>
span { border-color: #9CCEB1; }
span { border-color: rgb(156,206,177); }
td.TdClassName
{
border-color: #9CCEB1;
}
.TagClassName
{
border-color: #9CCEB1;
}
</style>