Shades of Vista Blue #9CDBBC
Tints of Vista Blue #9CDBBC
RGB
CMYK
RGB Variations
Color information
#9CDBBC (or 0x9CDBBC) is known color: Vista Blue. HEX triplet: 9C, DB and BC. RGB value is (156,219,188). Sum of RGB (Red+Green+Blue) = 156+219+188=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBBC is #632443. Grayscale: #C4C4C4. Windows color (decimal): -6497348 or 12376988. OLE color: 12376988.
HSL color Cylindrical-coordinate representation of color #9CDBBC: hue angle of 150.48º 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 #9CDBBC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 188 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.14 |
| HSL | 150.48º | 0.47% | 0.74% | - |
| HSV(B) | 150.48º | 0.29% | 0.86% | - |
| XYZ | 48.12 | 61.36 | 56.88 | - |
| YUV | 196.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 188 | 0.29 | 0 | 0.14 | 0.14 | 150.48 | 0.47 | 0.74 |
| Hex | 9C | DB | BC | 1D | 0 | E | E | 96 | 2F | 4A |
| Octal | 234 | 333 | 274 | 35 | 0 | 16 | 16 | 226 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10111100 | 11101 | 0 | 1110 | 1110 | 10010110 | 101111 | 1001010 |
Color Harmonies of #9CDBBC
Complementary color
Monochromatic Colors of #9CDBBC
Black with #9CDBBC
Text Example
Text Example
White with #9CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBBC; }
p { color: rgb(156,219,188); }
H1.HeaderClassName
{
color: #9CDBBC;
}
.AnyTagClassName
{
color: #9CDBBC;
}
</style>
background-color css
<style>
a { background-color: #9CDBBC; }
a { background-color: rgb(156,219,188); }
div.DivClassName
{
background-color: #9CDBBC;
}
.BgClassName
{
background-color: #9CDBBC;
}
</style>
border-color css
<style>
span { border-color: #9CDBBC; }
span { border-color: rgb(156,219,188); }
td.TdClassName
{
border-color: #9CDBBC;
}
.TagClassName
{
border-color: #9CDBBC;
}
</style>