Shades of Vista Blue #9DCCB4
Tints of Vista Blue #9DCCB4
RGB
CMYK
RGB Variations
Color information
#9DCCB4 (or 0x9DCCB4) is known color: Vista Blue. HEX triplet: 9D, CC and B4. RGB value is (157,204,180). Sum of RGB (Red+Green+Blue) = 157+204+180=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCB4 is #62334B. Grayscale: #BBBBBB. Windows color (decimal): -6435660 or 11848861. OLE color: 11848861.
HSL color Cylindrical-coordinate representation of color #9DCCB4: hue angle of 149.36º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCB4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 180 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.2 |
| HSL | 149.36º | 0.32% | 0.71% | - |
| HSV(B) | 149.36º | 0.23% | 0.8% | - |
| XYZ | 43.74 | 53.65 | 51.23 | - |
| YUV | 187.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 180 | 0.23 | 0 | 0.12 | 0.2 | 149.36 | 0.32 | 0.71 |
| Hex | 9D | CC | B4 | 17 | 0 | C | 14 | 95 | 20 | 47 |
| Octal | 235 | 314 | 264 | 27 | 0 | 14 | 24 | 225 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10110100 | 10111 | 0 | 1100 | 10100 | 10010101 | 100000 | 1000111 |
Color Harmonies of #9DCCB4
Complementary color
Monochromatic Colors of #9DCCB4
Black with #9DCCB4
Text Example
Text Example
White with #9DCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCB4; }
p { color: rgb(157,204,180); }
H1.HeaderClassName
{
color: #9DCCB4;
}
.AnyTagClassName
{
color: #9DCCB4;
}
</style>
background-color css
<style>
a { background-color: #9DCCB4; }
a { background-color: rgb(157,204,180); }
div.DivClassName
{
background-color: #9DCCB4;
}
.BgClassName
{
background-color: #9DCCB4;
}
</style>
border-color css
<style>
span { border-color: #9DCCB4; }
span { border-color: rgb(157,204,180); }
td.TdClassName
{
border-color: #9DCCB4;
}
.TagClassName
{
border-color: #9DCCB4;
}
</style>