Shades of Vista Blue #9CDBBB
Tints of Vista Blue #9CDBBB
RGB
CMYK
RGB Variations
Color information
#9CDBBB (or 0x9CDBBB) is known color: Vista Blue. HEX triplet: 9C, DB and BB. RGB value is (156,219,187). Sum of RGB (Red+Green+Blue) = 156+219+187=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBBB is #632444. Grayscale: #C4C4C4. Windows color (decimal): -6497349 or 12311452. OLE color: 12311452.
HSL color Cylindrical-coordinate representation of color #9CDBBB: hue angle of 149.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBBB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 187 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.14 |
| HSL | 149.52º | 0.47% | 0.74% | - |
| HSV(B) | 149.52º | 0.29% | 0.86% | - |
| XYZ | 48.01 | 61.32 | 56.32 | - |
| YUV | 196.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 187 | 0.29 | 0 | 0.15 | 0.14 | 149.52 | 0.47 | 0.74 |
| Hex | 9C | DB | BB | 1D | 0 | F | E | 96 | 2F | 4A |
| Octal | 234 | 333 | 273 | 35 | 0 | 17 | 16 | 226 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10111011 | 11101 | 0 | 1111 | 1110 | 10010110 | 101111 | 1001010 |
Color Harmonies of #9CDBBB
Complementary color
Monochromatic Colors of #9CDBBB
Black with #9CDBBB
Text Example
Text Example
White with #9CDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBBB; }
p { color: rgb(156,219,187); }
H1.HeaderClassName
{
color: #9CDBBB;
}
.AnyTagClassName
{
color: #9CDBBB;
}
</style>
background-color css
<style>
a { background-color: #9CDBBB; }
a { background-color: rgb(156,219,187); }
div.DivClassName
{
background-color: #9CDBBB;
}
.BgClassName
{
background-color: #9CDBBB;
}
</style>
border-color css
<style>
span { border-color: #9CDBBB; }
span { border-color: rgb(156,219,187); }
td.TdClassName
{
border-color: #9CDBBB;
}
.TagClassName
{
border-color: #9CDBBB;
}
</style>