Shades of Vista Blue #9CDDBB
Tints of Vista Blue #9CDDBB
RGB
CMYK
RGB Variations
Color information
#9CDDBB (or 0x9CDDBB) is known color: Vista Blue. HEX triplet: 9C, DD and BB. RGB value is (156,221,187). Sum of RGB (Red+Green+Blue) = 156+221+187=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBB is #632244. Grayscale: #C5C5C5. Windows color (decimal): -6496837 or 12311964. OLE color: 12311964.
HSL color Cylindrical-coordinate representation of color #9CDDBB: hue angle of 148.62º 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 #9CDDBB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 187 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.13 |
| HSL | 148.62º | 0.49% | 0.74% | - |
| HSV(B) | 148.62º | 0.29% | 0.87% | - |
| XYZ | 48.54 | 62.37 | 56.49 | - |
| YUV | 197.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 187 | 0.29 | 0 | 0.15 | 0.13 | 148.62 | 0.49 | 0.74 |
| Hex | 9C | DD | BB | 1D | 0 | F | D | 95 | 31 | 4A |
| Octal | 234 | 335 | 273 | 35 | 0 | 17 | 15 | 225 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10111011 | 11101 | 0 | 1111 | 1101 | 10010101 | 110001 | 1001010 |
Color Harmonies of #9CDDBB
Complementary color
Monochromatic Colors of #9CDDBB
Black with #9CDDBB
Text Example
Text Example
White with #9CDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDBB; }
p { color: rgb(156,221,187); }
H1.HeaderClassName
{
color: #9CDDBB;
}
.AnyTagClassName
{
color: #9CDDBB;
}
</style>
background-color css
<style>
a { background-color: #9CDDBB; }
a { background-color: rgb(156,221,187); }
div.DivClassName
{
background-color: #9CDDBB;
}
.BgClassName
{
background-color: #9CDDBB;
}
</style>
border-color css
<style>
span { border-color: #9CDDBB; }
span { border-color: rgb(156,221,187); }
td.TdClassName
{
border-color: #9CDDBB;
}
.TagClassName
{
border-color: #9CDDBB;
}
</style>