Shades of Vista Blue #9CDEB3
Tints of Vista Blue #9CDEB3
RGB
CMYK
RGB Variations
Color information
#9CDEB3 (or 0x9CDEB3) is known color: Vista Blue. HEX triplet: 9C, DE and B3. RGB value is (156,222,179). Sum of RGB (Red+Green+Blue) = 156+222+179=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEB3 is #63214C. Grayscale: #C5C5C5. Windows color (decimal): -6496589 or 11787932. OLE color: 11787932.
HSL color Cylindrical-coordinate representation of color #9CDEB3: hue angle of 140.91º 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 #9CDEB3 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 179 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.13 |
| HSL | 140.91º | 0.5% | 0.74% | - |
| HSV(B) | 140.91º | 0.3% | 0.87% | - |
| XYZ | 47.97 | 62.57 | 52.2 | - |
| YUV | 197.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 179 | 0.30 | 0 | 0.19 | 0.13 | 140.91 | 0.5 | 0.74 |
| Hex | 9C | DE | B3 | 1E | 0 | 13 | D | 8D | 32 | 4A |
| Octal | 234 | 336 | 263 | 36 | 0 | 23 | 15 | 215 | 62 | 112 |
| Binary | 10011100 | 11011110 | 10110011 | 11110 | 0 | 10011 | 1101 | 10001101 | 110010 | 1001010 |
Color Harmonies of #9CDEB3
Complementary color
Monochromatic Colors of #9CDEB3
Black with #9CDEB3
Text Example
Text Example
White with #9CDEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEB3; }
p { color: rgb(156,222,179); }
H1.HeaderClassName
{
color: #9CDEB3;
}
.AnyTagClassName
{
color: #9CDEB3;
}
</style>
background-color css
<style>
a { background-color: #9CDEB3; }
a { background-color: rgb(156,222,179); }
div.DivClassName
{
background-color: #9CDEB3;
}
.BgClassName
{
background-color: #9CDEB3;
}
</style>
border-color css
<style>
span { border-color: #9CDEB3; }
span { border-color: rgb(156,222,179); }
td.TdClassName
{
border-color: #9CDEB3;
}
.TagClassName
{
border-color: #9CDEB3;
}
</style>