Shades of Vista Blue #9CDAB8
Tints of Vista Blue #9CDAB8
RGB
CMYK
RGB Variations
Color information
#9CDAB8 (or 0x9CDAB8) is known color: Vista Blue. HEX triplet: 9C, DA and B8. RGB value is (156,218,184). Sum of RGB (Red+Green+Blue) = 156+218+184=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDAB8 is #632547. Grayscale: #C3C3C3. Windows color (decimal): -6497608 or 12114588. OLE color: 12114588.
HSL color Cylindrical-coordinate representation of color #9CDAB8: hue angle of 147.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CDAB8 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 184 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.15 |
| HSL | 147.1º | 0.46% | 0.73% | - |
| HSV(B) | 147.1º | 0.28% | 0.85% | - |
| XYZ | 47.43 | 60.67 | 54.56 | - |
| YUV | 195.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 184 | 0.28 | 0 | 0.16 | 0.15 | 147.1 | 0.46 | 0.73 |
| Hex | 9C | DA | B8 | 1C | 0 | 10 | F | 93 | 2E | 49 |
| Octal | 234 | 332 | 270 | 34 | 0 | 20 | 17 | 223 | 56 | 111 |
| Binary | 10011100 | 11011010 | 10111000 | 11100 | 0 | 10000 | 1111 | 10010011 | 101110 | 1001001 |
Color Harmonies of #9CDAB8
Complementary color
Monochromatic Colors of #9CDAB8
Black with #9CDAB8
Text Example
Text Example
White with #9CDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDAB8; }
p { color: rgb(156,218,184); }
H1.HeaderClassName
{
color: #9CDAB8;
}
.AnyTagClassName
{
color: #9CDAB8;
}
</style>
background-color css
<style>
a { background-color: #9CDAB8; }
a { background-color: rgb(156,218,184); }
div.DivClassName
{
background-color: #9CDAB8;
}
.BgClassName
{
background-color: #9CDAB8;
}
</style>
border-color css
<style>
span { border-color: #9CDAB8; }
span { border-color: rgb(156,218,184); }
td.TdClassName
{
border-color: #9CDAB8;
}
.TagClassName
{
border-color: #9CDAB8;
}
</style>