Shades of Vista Blue #9CDABB
Tints of Vista Blue #9CDABB
RGB
CMYK
RGB Variations
Color information
#9CDABB (or 0x9CDABB) is known color: Vista Blue. HEX triplet: 9C, DA and BB. RGB value is (156,218,187). Sum of RGB (Red+Green+Blue) = 156+218+187=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDABB is #632544. Grayscale: #C3C3C3. Windows color (decimal): -6497605 or 12311196. OLE color: 12311196.
HSL color Cylindrical-coordinate representation of color #9CDABB: hue angle of 150º 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 #9CDABB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 187 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.15 |
| HSL | 150º | 0.46% | 0.73% | - |
| HSV(B) | 150º | 0.28% | 0.85% | - |
| XYZ | 47.75 | 60.8 | 56.23 | - |
| YUV | 195.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 187 | 0.28 | 0 | 0.14 | 0.15 | 150 | 0.46 | 0.73 |
| Hex | 9C | DA | BB | 1C | 0 | E | F | 96 | 2E | 49 |
| Octal | 234 | 332 | 273 | 34 | 0 | 16 | 17 | 226 | 56 | 111 |
| Binary | 10011100 | 11011010 | 10111011 | 11100 | 0 | 1110 | 1111 | 10010110 | 101110 | 1001001 |
Color Harmonies of #9CDABB
Complementary color
Monochromatic Colors of #9CDABB
Black with #9CDABB
Text Example
Text Example
White with #9CDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDABB; }
p { color: rgb(156,218,187); }
H1.HeaderClassName
{
color: #9CDABB;
}
.AnyTagClassName
{
color: #9CDABB;
}
</style>
background-color css
<style>
a { background-color: #9CDABB; }
a { background-color: rgb(156,218,187); }
div.DivClassName
{
background-color: #9CDABB;
}
.BgClassName
{
background-color: #9CDABB;
}
</style>
border-color css
<style>
span { border-color: #9CDABB; }
span { border-color: rgb(156,218,187); }
td.TdClassName
{
border-color: #9CDABB;
}
.TagClassName
{
border-color: #9CDABB;
}
</style>