Shades of Vista Blue #9CDEBC
Tints of Vista Blue #9CDEBC
RGB
CMYK
RGB Variations
Color information
#9CDEBC (or 0x9CDEBC) is known color: Vista Blue. HEX triplet: 9C, DE and BC. RGB value is (156,222,188). Sum of RGB (Red+Green+Blue) = 156+222+188=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEBC is #632143. Grayscale: #C6C6C6. Windows color (decimal): -6496580 or 12377756. OLE color: 12377756.
HSL color Cylindrical-coordinate representation of color #9CDEBC: hue angle of 149.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDEBC is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 188 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.13 |
| HSL | 149.09º | 0.5% | 0.74% | - |
| HSV(B) | 149.09º | 0.3% | 0.87% | - |
| XYZ | 48.91 | 62.94 | 57.15 | - |
| YUV | 198.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 188 | 0.30 | 0 | 0.15 | 0.13 | 149.09 | 0.5 | 0.74 |
| Hex | 9C | DE | BC | 1E | 0 | F | D | 95 | 32 | 4A |
| Octal | 234 | 336 | 274 | 36 | 0 | 17 | 15 | 225 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10111100 | 11110 | 0 | 1111 | 1101 | 10010101 | 110010 | 1001010 |
Color Harmonies of #9CDEBC
Complementary color
Monochromatic Colors of #9CDEBC
Black with #9CDEBC
Text Example
Text Example
White with #9CDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEBC; }
p { color: rgb(156,222,188); }
H1.HeaderClassName
{
color: #9CDEBC;
}
.AnyTagClassName
{
color: #9CDEBC;
}
</style>
background-color css
<style>
a { background-color: #9CDEBC; }
a { background-color: rgb(156,222,188); }
div.DivClassName
{
background-color: #9CDEBC;
}
.BgClassName
{
background-color: #9CDEBC;
}
</style>
border-color css
<style>
span { border-color: #9CDEBC; }
span { border-color: rgb(156,222,188); }
td.TdClassName
{
border-color: #9CDEBC;
}
.TagClassName
{
border-color: #9CDEBC;
}
</style>