Shades of Vista Blue #9CEBBD
Tints of Vista Blue #9CEBBD
RGB
CMYK
RGB Variations
Color information
#9CEBBD (or 0x9CEBBD) is known color: Vista Blue. HEX triplet: 9C, EB and BD. RGB value is (156,235,189). Sum of RGB (Red+Green+Blue) = 156+235+189=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBBD is #631442. Grayscale: #CECECE. Windows color (decimal): -6493251 or 12446620. OLE color: 12446620.
HSL color Cylindrical-coordinate representation of color #9CEBBD: hue angle of 145.06º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBBD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 189 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.08 |
| HSL | 145.06º | 0.66% | 0.77% | - |
| HSV(B) | 145.06º | 0.34% | 0.92% | - |
| XYZ | 52.6 | 70.16 | 58.91 | - |
| YUV | 206.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 189 | 0.34 | 0 | 0.20 | 0.08 | 145.06 | 0.66 | 0.77 |
| Hex | 9C | EB | BD | 22 | 0 | 14 | 8 | 91 | 42 | 4D |
| Octal | 234 | 353 | 275 | 42 | 0 | 24 | 10 | 221 | 102 | 115 |
| Binary | 10011100 | 11101011 | 10111101 | 100010 | 0 | 10100 | 1000 | 10010001 | 1000010 | 1001101 |
Color Harmonies of #9CEBBD
Complementary color
Monochromatic Colors of #9CEBBD
Black with #9CEBBD
Text Example
Text Example
White with #9CEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBBD; }
p { color: rgb(156,235,189); }
H1.HeaderClassName
{
color: #9CEBBD;
}
.AnyTagClassName
{
color: #9CEBBD;
}
</style>
background-color css
<style>
a { background-color: #9CEBBD; }
a { background-color: rgb(156,235,189); }
div.DivClassName
{
background-color: #9CEBBD;
}
.BgClassName
{
background-color: #9CEBBD;
}
</style>
border-color css
<style>
span { border-color: #9CEBBD; }
span { border-color: rgb(156,235,189); }
td.TdClassName
{
border-color: #9CEBBD;
}
.TagClassName
{
border-color: #9CEBBD;
}
</style>