Shades of Vista Blue #9CDDBE
Tints of Vista Blue #9CDDBE
RGB
CMYK
RGB Variations
Color information
#9CDDBE (or 0x9CDDBE) is known color: Vista Blue. HEX triplet: 9C, DD and BE. RGB value is (156,221,190). Sum of RGB (Red+Green+Blue) = 156+221+190=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDBE is #632241. Grayscale: #C6C6C6. Windows color (decimal): -6496834 or 12508572. OLE color: 12508572.
HSL color Cylindrical-coordinate representation of color #9CDDBE: hue angle of 151.38º 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 #9CDDBE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 190 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.13 |
| HSL | 151.38º | 0.49% | 0.74% | - |
| HSV(B) | 151.38º | 0.29% | 0.87% | - |
| XYZ | 48.86 | 62.5 | 58.2 | - |
| YUV | 198.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 190 | 0.29 | 0 | 0.14 | 0.13 | 151.38 | 0.49 | 0.74 |
| Hex | 9C | DD | BE | 1D | 0 | E | D | 97 | 31 | 4A |
| Octal | 234 | 335 | 276 | 35 | 0 | 16 | 15 | 227 | 61 | 112 |
| Binary | 10011100 | 11011101 | 10111110 | 11101 | 0 | 1110 | 1101 | 10010111 | 110001 | 1001010 |
Color Harmonies of #9CDDBE
Complementary color
Monochromatic Colors of #9CDDBE
Black with #9CDDBE
Text Example
Text Example
White with #9CDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDBE; }
p { color: rgb(156,221,190); }
H1.HeaderClassName
{
color: #9CDDBE;
}
.AnyTagClassName
{
color: #9CDDBE;
}
</style>
background-color css
<style>
a { background-color: #9CDDBE; }
a { background-color: rgb(156,221,190); }
div.DivClassName
{
background-color: #9CDDBE;
}
.BgClassName
{
background-color: #9CDDBE;
}
</style>
border-color css
<style>
span { border-color: #9CDDBE; }
span { border-color: rgb(156,221,190); }
td.TdClassName
{
border-color: #9CDDBE;
}
.TagClassName
{
border-color: #9CDDBE;
}
</style>