Shades of Vista Blue #9CDAB9
Tints of Vista Blue #9CDAB9
RGB
CMYK
RGB Variations
Color information
#9CDAB9 (or 0x9CDAB9) is known color: Vista Blue. HEX triplet: 9C, DA and B9. RGB value is (156,218,185). Sum of RGB (Red+Green+Blue) = 156+218+185=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAB9 is #632546. Grayscale: #C3C3C3. Windows color (decimal): -6497607 or 12180124. OLE color: 12180124.
HSL color Cylindrical-coordinate representation of color #9CDAB9: hue angle of 148.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAB9 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 185 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.15 |
| HSL | 148.06º | 0.46% | 0.73% | - |
| HSV(B) | 148.06º | 0.28% | 0.85% | - |
| XYZ | 47.54 | 60.71 | 55.11 | - |
| YUV | 195.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 185 | 0.28 | 0 | 0.15 | 0.15 | 148.06 | 0.46 | 0.73 |
| Hex | 9C | DA | B9 | 1C | 0 | F | F | 94 | 2E | 49 |
| Octal | 234 | 332 | 271 | 34 | 0 | 17 | 17 | 224 | 56 | 111 |
| Binary | 10011100 | 11011010 | 10111001 | 11100 | 0 | 1111 | 1111 | 10010100 | 101110 | 1001001 |
Color Harmonies of #9CDAB9
Complementary color
Monochromatic Colors of #9CDAB9
Black with #9CDAB9
Text Example
Text Example
White with #9CDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDAB9; }
p { color: rgb(156,218,185); }
H1.HeaderClassName
{
color: #9CDAB9;
}
.AnyTagClassName
{
color: #9CDAB9;
}
</style>
background-color css
<style>
a { background-color: #9CDAB9; }
a { background-color: rgb(156,218,185); }
div.DivClassName
{
background-color: #9CDAB9;
}
.BgClassName
{
background-color: #9CDAB9;
}
</style>
border-color css
<style>
span { border-color: #9CDAB9; }
span { border-color: rgb(156,218,185); }
td.TdClassName
{
border-color: #9CDAB9;
}
.TagClassName
{
border-color: #9CDAB9;
}
</style>