Shades of Vista Blue #9CDBB5
Tints of Vista Blue #9CDBB5
RGB
CMYK
RGB Variations
Color information
#9CDBB5 (or 0x9CDBB5) is known color: Vista Blue. HEX triplet: 9C, DB and B5. RGB value is (156,219,181). Sum of RGB (Red+Green+Blue) = 156+219+181=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBB5 is #63244A. Grayscale: #C3C3C3. Windows color (decimal): -6497355 or 11918236. OLE color: 11918236.
HSL color Cylindrical-coordinate representation of color #9CDBB5: hue angle of 143.81º degrees, saturation: 0.47, 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 #9CDBB5 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 181 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.14 |
| HSL | 143.81º | 0.47% | 0.74% | - |
| HSV(B) | 143.81º | 0.29% | 0.86% | - |
| XYZ | 47.38 | 61.07 | 53.01 | - |
| YUV | 195.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 181 | 0.29 | 0 | 0.17 | 0.14 | 143.81 | 0.47 | 0.74 |
| Hex | 9C | DB | B5 | 1D | 0 | 11 | E | 90 | 2F | 4A |
| Octal | 234 | 333 | 265 | 35 | 0 | 21 | 16 | 220 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10110101 | 11101 | 0 | 10001 | 1110 | 10010000 | 101111 | 1001010 |
Color Harmonies of #9CDBB5
Complementary color
Monochromatic Colors of #9CDBB5
Black with #9CDBB5
Text Example
Text Example
White with #9CDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBB5; }
p { color: rgb(156,219,181); }
H1.HeaderClassName
{
color: #9CDBB5;
}
.AnyTagClassName
{
color: #9CDBB5;
}
</style>
background-color css
<style>
a { background-color: #9CDBB5; }
a { background-color: rgb(156,219,181); }
div.DivClassName
{
background-color: #9CDBB5;
}
.BgClassName
{
background-color: #9CDBB5;
}
</style>
border-color css
<style>
span { border-color: #9CDBB5; }
span { border-color: rgb(156,219,181); }
td.TdClassName
{
border-color: #9CDBB5;
}
.TagClassName
{
border-color: #9CDBB5;
}
</style>