Shades of Vista Blue #9CDDC1
Tints of Vista Blue #9CDDC1
RGB
CMYK
RGB Variations
Color information
#9CDDC1 (or 0x9CDDC1) is known color: Vista Blue. HEX triplet: 9C, DD and C1. RGB value is (156,221,193). Sum of RGB (Red+Green+Blue) = 156+221+193=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDC1 is #63223E. Grayscale: #C6C6C6. Windows color (decimal): -6496831 or 12705180. OLE color: 12705180.
HSL color Cylindrical-coordinate representation of color #9CDDC1: hue angle of 154.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDC1 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 193 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.13 |
| HSL | 154.15º | 0.49% | 0.74% | - |
| HSV(B) | 154.15º | 0.29% | 0.87% | - |
| XYZ | 49.19 | 62.63 | 59.95 | - |
| YUV | 198.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 193 | 0.29 | 0 | 0.13 | 0.13 | 154.15 | 0.49 | 0.74 |
| Hex | 9C | DD | C1 | 1D | 0 | D | D | 9A | 31 | 4A |
| Octal | 234 | 335 | 301 | 35 | 0 | 15 | 15 | 232 | 61 | 112 |
| Binary | 10011100 | 11011101 | 11000001 | 11101 | 0 | 1101 | 1101 | 10011010 | 110001 | 1001010 |
Color Harmonies of #9CDDC1
Complementary color
Monochromatic Colors of #9CDDC1
Black with #9CDDC1
Text Example
Text Example
White with #9CDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDC1; }
p { color: rgb(156,221,193); }
H1.HeaderClassName
{
color: #9CDDC1;
}
.AnyTagClassName
{
color: #9CDDC1;
}
</style>
background-color css
<style>
a { background-color: #9CDDC1; }
a { background-color: rgb(156,221,193); }
div.DivClassName
{
background-color: #9CDDC1;
}
.BgClassName
{
background-color: #9CDDC1;
}
</style>
border-color css
<style>
span { border-color: #9CDDC1; }
span { border-color: rgb(156,221,193); }
td.TdClassName
{
border-color: #9CDDC1;
}
.TagClassName
{
border-color: #9CDDC1;
}
</style>