Shades of Vista Blue #9FD2BD
Tints of Vista Blue #9FD2BD
RGB
CMYK
RGB Variations
Color information
#9FD2BD (or 0x9FD2BD) is known color: Vista Blue. HEX triplet: 9F, D2 and BD. RGB value is (159,210,189). Sum of RGB (Red+Green+Blue) = 159+210+189=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD2BD is #602D42. Grayscale: #C0C0C0. Windows color (decimal): -6303043 or 12440223. OLE color: 12440223.
HSL color Cylindrical-coordinate representation of color #9FD2BD: hue angle of 155.29º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD2BD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 189 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.18 |
| HSL | 155.29º | 0.36% | 0.72% | - |
| HSV(B) | 155.29º | 0.24% | 0.82% | - |
| XYZ | 46.53 | 57.14 | 56.72 | - |
| YUV | 192.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 189 | 0.24 | 0 | 0.10 | 0.18 | 155.29 | 0.36 | 0.72 |
| Hex | 9F | D2 | BD | 18 | 0 | A | 12 | 9B | 24 | 48 |
| Octal | 237 | 322 | 275 | 30 | 0 | 12 | 22 | 233 | 44 | 110 |
| Binary | 10011111 | 11010010 | 10111101 | 11000 | 0 | 1010 | 10010 | 10011011 | 100100 | 1001000 |
Color Harmonies of #9FD2BD
Complementary color
Monochromatic Colors of #9FD2BD
Black with #9FD2BD
Text Example
Text Example
White with #9FD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2BD; }
p { color: rgb(159,210,189); }
H1.HeaderClassName
{
color: #9FD2BD;
}
.AnyTagClassName
{
color: #9FD2BD;
}
</style>
background-color css
<style>
a { background-color: #9FD2BD; }
a { background-color: rgb(159,210,189); }
div.DivClassName
{
background-color: #9FD2BD;
}
.BgClassName
{
background-color: #9FD2BD;
}
</style>
border-color css
<style>
span { border-color: #9FD2BD; }
span { border-color: rgb(159,210,189); }
td.TdClassName
{
border-color: #9FD2BD;
}
.TagClassName
{
border-color: #9FD2BD;
}
</style>