Shades of Vista Blue #9FDAC1
Tints of Vista Blue #9FDAC1
RGB
CMYK
RGB Variations
Color information
#9FDAC1 (or 0x9FDAC1) is known color: Vista Blue. HEX triplet: 9F, DA and C1. RGB value is (159,218,193). Sum of RGB (Red+Green+Blue) = 159+218+193=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAC1 is #60253E. Grayscale: #C5C5C5. Windows color (decimal): -6300991 or 12704415. OLE color: 12704415.
HSL color Cylindrical-coordinate representation of color #9FDAC1: hue angle of 154.58º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAC1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 193 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.15 |
| HSL | 154.58º | 0.44% | 0.74% | - |
| HSV(B) | 154.58º | 0.27% | 0.85% | - |
| XYZ | 49 | 61.36 | 59.71 | - |
| YUV | 197.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 193 | 0.27 | 0 | 0.11 | 0.15 | 154.58 | 0.44 | 0.74 |
| Hex | 9F | DA | C1 | 1B | 0 | B | F | 9B | 2C | 4A |
| Octal | 237 | 332 | 301 | 33 | 0 | 13 | 17 | 233 | 54 | 112 |
| Binary | 10011111 | 11011010 | 11000001 | 11011 | 0 | 1011 | 1111 | 10011011 | 101100 | 1001010 |
Color Harmonies of #9FDAC1
Complementary color
Monochromatic Colors of #9FDAC1
Black with #9FDAC1
Text Example
Text Example
White with #9FDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAC1; }
p { color: rgb(159,218,193); }
H1.HeaderClassName
{
color: #9FDAC1;
}
.AnyTagClassName
{
color: #9FDAC1;
}
</style>
background-color css
<style>
a { background-color: #9FDAC1; }
a { background-color: rgb(159,218,193); }
div.DivClassName
{
background-color: #9FDAC1;
}
.BgClassName
{
background-color: #9FDAC1;
}
</style>
border-color css
<style>
span { border-color: #9FDAC1; }
span { border-color: rgb(159,218,193); }
td.TdClassName
{
border-color: #9FDAC1;
}
.TagClassName
{
border-color: #9FDAC1;
}
</style>