Shades of Vista Blue #9CDFBD
Tints of Vista Blue #9CDFBD
RGB
CMYK
RGB Variations
Color information
#9CDFBD (or 0x9CDFBD) is known color: Vista Blue. HEX triplet: 9C, DF and BD. RGB value is (156,223,189). Sum of RGB (Red+Green+Blue) = 156+223+189=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFBD is #632042. Grayscale: #C7C7C7. Windows color (decimal): -6496323 or 12443548. OLE color: 12443548.
HSL color Cylindrical-coordinate representation of color #9CDFBD: hue angle of 149.55º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFBD is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 189 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.13 |
| HSL | 149.55º | 0.51% | 0.74% | - |
| HSV(B) | 149.55º | 0.3% | 0.87% | - |
| XYZ | 49.28 | 63.52 | 57.81 | - |
| YUV | 199.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 189 | 0.30 | 0 | 0.15 | 0.13 | 149.55 | 0.51 | 0.74 |
| Hex | 9C | DF | BD | 1E | 0 | F | D | 96 | 33 | 4A |
| Octal | 234 | 337 | 275 | 36 | 0 | 17 | 15 | 226 | 63 | 112 |
| Binary | 10011100 | 11011111 | 10111101 | 11110 | 0 | 1111 | 1101 | 10010110 | 110011 | 1001010 |
Color Harmonies of #9CDFBD
Complementary color
Monochromatic Colors of #9CDFBD
Black with #9CDFBD
Text Example
Text Example
White with #9CDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFBD; }
p { color: rgb(156,223,189); }
H1.HeaderClassName
{
color: #9CDFBD;
}
.AnyTagClassName
{
color: #9CDFBD;
}
</style>
background-color css
<style>
a { background-color: #9CDFBD; }
a { background-color: rgb(156,223,189); }
div.DivClassName
{
background-color: #9CDFBD;
}
.BgClassName
{
background-color: #9CDFBD;
}
</style>
border-color css
<style>
span { border-color: #9CDFBD; }
span { border-color: rgb(156,223,189); }
td.TdClassName
{
border-color: #9CDFBD;
}
.TagClassName
{
border-color: #9CDFBD;
}
</style>