Shades of Vista Blue #9FCAB3
Tints of Vista Blue #9FCAB3
RGB
CMYK
RGB Variations
Color information
#9FCAB3 (or 0x9FCAB3) is known color: Vista Blue. HEX triplet: 9F, CA and B3. RGB value is (159,202,179). Sum of RGB (Red+Green+Blue) = 159+202+179=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB3 is #60354C. Grayscale: #BABABA. Windows color (decimal): -6305101 or 11782815. OLE color: 11782815.
HSL color Cylindrical-coordinate representation of color #9FCAB3: hue angle of 147.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAB3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 179 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.21 |
| HSL | 147.91º | 0.29% | 0.71% | - |
| HSV(B) | 147.91º | 0.21% | 0.79% | - |
| XYZ | 43.56 | 52.87 | 50.56 | - |
| YUV | 186.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 179 | 0.21 | 0 | 0.11 | 0.21 | 147.91 | 0.29 | 0.71 |
| Hex | 9F | CA | B3 | 15 | 0 | B | 15 | 94 | 1D | 47 |
| Octal | 237 | 312 | 263 | 25 | 0 | 13 | 25 | 224 | 35 | 107 |
| Binary | 10011111 | 11001010 | 10110011 | 10101 | 0 | 1011 | 10101 | 10010100 | 11101 | 1000111 |
Color Harmonies of #9FCAB3
Complementary color
Monochromatic Colors of #9FCAB3
Black with #9FCAB3
Text Example
Text Example
White with #9FCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAB3; }
p { color: rgb(159,202,179); }
H1.HeaderClassName
{
color: #9FCAB3;
}
.AnyTagClassName
{
color: #9FCAB3;
}
</style>
background-color css
<style>
a { background-color: #9FCAB3; }
a { background-color: rgb(159,202,179); }
div.DivClassName
{
background-color: #9FCAB3;
}
.BgClassName
{
background-color: #9FCAB3;
}
</style>
border-color css
<style>
span { border-color: #9FCAB3; }
span { border-color: rgb(159,202,179); }
td.TdClassName
{
border-color: #9FCAB3;
}
.TagClassName
{
border-color: #9FCAB3;
}
</style>