Shades of Vista Blue #9DCFB3
Tints of Vista Blue #9DCFB3
RGB
CMYK
RGB Variations
Color information
#9DCFB3 (or 0x9DCFB3) is known color: Vista Blue. HEX triplet: 9D, CF and B3. RGB value is (157,207,179). Sum of RGB (Red+Green+Blue) = 157+207+179=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFB3 is #62304C. Grayscale: #BCBCBC. Windows color (decimal): -6434893 or 11784093. OLE color: 11784093.
HSL color Cylindrical-coordinate representation of color #9DCFB3: hue angle of 146.4º 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 #9DCFB3 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 179 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.19 |
| HSL | 146.4º | 0.34% | 0.71% | - |
| HSV(B) | 146.4º | 0.24% | 0.81% | - |
| XYZ | 44.35 | 55.05 | 50.94 | - |
| YUV | 188.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 179 | 0.24 | 0 | 0.14 | 0.19 | 146.4 | 0.34 | 0.71 |
| Hex | 9D | CF | B3 | 18 | 0 | E | 13 | 92 | 22 | 47 |
| Octal | 235 | 317 | 263 | 30 | 0 | 16 | 23 | 222 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10110011 | 11000 | 0 | 1110 | 10011 | 10010010 | 100010 | 1000111 |
Color Harmonies of #9DCFB3
Complementary color
Monochromatic Colors of #9DCFB3
Black with #9DCFB3
Text Example
Text Example
White with #9DCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFB3; }
p { color: rgb(157,207,179); }
H1.HeaderClassName
{
color: #9DCFB3;
}
.AnyTagClassName
{
color: #9DCFB3;
}
</style>
background-color css
<style>
a { background-color: #9DCFB3; }
a { background-color: rgb(157,207,179); }
div.DivClassName
{
background-color: #9DCFB3;
}
.BgClassName
{
background-color: #9DCFB3;
}
</style>
border-color css
<style>
span { border-color: #9DCFB3; }
span { border-color: rgb(157,207,179); }
td.TdClassName
{
border-color: #9DCFB3;
}
.TagClassName
{
border-color: #9DCFB3;
}
</style>