Shades of Vista Blue #9DCFB4
Tints of Vista Blue #9DCFB4
RGB
CMYK
RGB Variations
Color information
#9DCFB4 (or 0x9DCFB4) is known color: Vista Blue. HEX triplet: 9D, CF and B4. RGB value is (157,207,180). Sum of RGB (Red+Green+Blue) = 157+207+180=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFB4 is #62304B. Grayscale: #BDBDBD. Windows color (decimal): -6434892 or 11849629. OLE color: 11849629.
HSL color Cylindrical-coordinate representation of color #9DCFB4: hue angle of 147.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCFB4 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 180 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.19 |
| HSL | 147.6º | 0.34% | 0.71% | - |
| HSV(B) | 147.6º | 0.24% | 0.81% | - |
| XYZ | 44.46 | 55.09 | 51.47 | - |
| YUV | 188.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 180 | 0.24 | 0 | 0.13 | 0.19 | 147.6 | 0.34 | 0.71 |
| Hex | 9D | CF | B4 | 18 | 0 | D | 13 | 94 | 22 | 47 |
| Octal | 235 | 317 | 264 | 30 | 0 | 15 | 23 | 224 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10110100 | 11000 | 0 | 1101 | 10011 | 10010100 | 100010 | 1000111 |
Color Harmonies of #9DCFB4
Complementary color
Monochromatic Colors of #9DCFB4
Black with #9DCFB4
Text Example
Text Example
White with #9DCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFB4; }
p { color: rgb(157,207,180); }
H1.HeaderClassName
{
color: #9DCFB4;
}
.AnyTagClassName
{
color: #9DCFB4;
}
</style>
background-color css
<style>
a { background-color: #9DCFB4; }
a { background-color: rgb(157,207,180); }
div.DivClassName
{
background-color: #9DCFB4;
}
.BgClassName
{
background-color: #9DCFB4;
}
</style>
border-color css
<style>
span { border-color: #9DCFB4; }
span { border-color: rgb(157,207,180); }
td.TdClassName
{
border-color: #9DCFB4;
}
.TagClassName
{
border-color: #9DCFB4;
}
</style>