Shades of Vista Blue #9CDCB8
Tints of Vista Blue #9CDCB8
RGB
CMYK
RGB Variations
Color information
#9CDCB8 (or 0x9CDCB8) is known color: Vista Blue. HEX triplet: 9C, DC and B8. RGB value is (156,220,184). Sum of RGB (Red+Green+Blue) = 156+220+184=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCB8 is #632347. Grayscale: #C4C4C4. Windows color (decimal): -6497096 or 12115100. OLE color: 12115100.
HSL color Cylindrical-coordinate representation of color #9CDCB8: hue angle of 146.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCB8 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 184 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.14 |
| HSL | 146.25º | 0.48% | 0.74% | - |
| HSV(B) | 146.25º | 0.29% | 0.86% | - |
| XYZ | 47.96 | 61.72 | 54.73 | - |
| YUV | 196.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 184 | 0.29 | 0 | 0.16 | 0.14 | 146.25 | 0.48 | 0.74 |
| Hex | 9C | DC | B8 | 1D | 0 | 10 | E | 92 | 30 | 4A |
| Octal | 234 | 334 | 270 | 35 | 0 | 20 | 16 | 222 | 60 | 112 |
| Binary | 10011100 | 11011100 | 10111000 | 11101 | 0 | 10000 | 1110 | 10010010 | 110000 | 1001010 |
Color Harmonies of #9CDCB8
Complementary color
Monochromatic Colors of #9CDCB8
Black with #9CDCB8
Text Example
Text Example
White with #9CDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCB8; }
p { color: rgb(156,220,184); }
H1.HeaderClassName
{
color: #9CDCB8;
}
.AnyTagClassName
{
color: #9CDCB8;
}
</style>
background-color css
<style>
a { background-color: #9CDCB8; }
a { background-color: rgb(156,220,184); }
div.DivClassName
{
background-color: #9CDCB8;
}
.BgClassName
{
background-color: #9CDCB8;
}
</style>
border-color css
<style>
span { border-color: #9CDCB8; }
span { border-color: rgb(156,220,184); }
td.TdClassName
{
border-color: #9CDCB8;
}
.TagClassName
{
border-color: #9CDCB8;
}
</style>