Shades of Vista Blue #9CDDBC
Tints of Vista Blue #9CDDBC
RGB
CMYK
RGB Variations
Color information
#9CDDBC (or 0x9CDDBC) is known color: Vista Blue. HEX triplet: 9C, DD and BC. RGB value is (156,221,188). Sum of RGB (Red+Green+Blue) = 156+221+188=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBC is #632243. Grayscale: #C5C5C5. Windows color (decimal): -6496836 or 12377500. OLE color: 12377500.
HSL color Cylindrical-coordinate representation of color #9CDDBC: hue angle of 149.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDDBC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 188 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.13 |
| HSL | 149.54º | 0.49% | 0.74% | - |
| HSV(B) | 149.54º | 0.29% | 0.87% | - |
| XYZ | 48.64 | 62.41 | 57.06 | - |
| YUV | 197.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 188 | 0.29 | 0 | 0.15 | 0.13 | 149.54 | 0.49 | 0.74 |
| Hex | 9C | DD | BC | 1D | 0 | F | D | 96 | 31 | 4A |
| Octal | 234 | 335 | 274 | 35 | 0 | 17 | 15 | 226 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10111100 | 11101 | 0 | 1111 | 1101 | 10010110 | 110001 | 1001010 |
Color Harmonies of #9CDDBC
Complementary color
Monochromatic Colors of #9CDDBC
Black with #9CDDBC
Text Example
Text Example
White with #9CDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDBC; }
p { color: rgb(156,221,188); }
H1.HeaderClassName
{
color: #9CDDBC;
}
.AnyTagClassName
{
color: #9CDDBC;
}
</style>
background-color css
<style>
a { background-color: #9CDDBC; }
a { background-color: rgb(156,221,188); }
div.DivClassName
{
background-color: #9CDDBC;
}
.BgClassName
{
background-color: #9CDDBC;
}
</style>
border-color css
<style>
span { border-color: #9CDDBC; }
span { border-color: rgb(156,221,188); }
td.TdClassName
{
border-color: #9CDDBC;
}
.TagClassName
{
border-color: #9CDDBC;
}
</style>