Shades of Vista Blue #9FDFB3
Tints of Vista Blue #9FDFB3
RGB
CMYK
RGB Variations
Color information
#9FDFB3 (or 0x9FDFB3) is known color: Vista Blue. HEX triplet: 9F, DF and B3. RGB value is (159,223,179). Sum of RGB (Red+Green+Blue) = 159+223+179=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFB3 is #60204C. Grayscale: #C6C6C6. Windows color (decimal): -6299725 or 11788191. OLE color: 11788191.
HSL color Cylindrical-coordinate representation of color #9FDFB3: hue angle of 138.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFB3 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 179 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.13 |
| HSL | 138.75º | 0.5% | 0.75% | - |
| HSV(B) | 138.75º | 0.29% | 0.87% | - |
| XYZ | 48.82 | 63.4 | 52.31 | - |
| YUV | 198.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 179 | 0.29 | 0 | 0.20 | 0.13 | 138.75 | 0.5 | 0.75 |
| Hex | 9F | DF | B3 | 1D | 0 | 14 | D | 8B | 32 | 4B |
| Octal | 237 | 337 | 263 | 35 | 0 | 24 | 15 | 213 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10110011 | 11101 | 0 | 10100 | 1101 | 10001011 | 110010 | 1001011 |
Color Harmonies of #9FDFB3
Complementary color
Monochromatic Colors of #9FDFB3
Black with #9FDFB3
Text Example
Text Example
White with #9FDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFB3; }
p { color: rgb(159,223,179); }
H1.HeaderClassName
{
color: #9FDFB3;
}
.AnyTagClassName
{
color: #9FDFB3;
}
</style>
background-color css
<style>
a { background-color: #9FDFB3; }
a { background-color: rgb(159,223,179); }
div.DivClassName
{
background-color: #9FDFB3;
}
.BgClassName
{
background-color: #9FDFB3;
}
</style>
border-color css
<style>
span { border-color: #9FDFB3; }
span { border-color: rgb(159,223,179); }
td.TdClassName
{
border-color: #9FDFB3;
}
.TagClassName
{
border-color: #9FDFB3;
}
</style>