Shades of Vista Blue #9FDFC4
Tints of Vista Blue #9FDFC4
RGB
CMYK
RGB Variations
Color information
#9FDFC4 (or 0x9FDFC4) is known color: Vista Blue. HEX triplet: 9F, DF and C4. RGB value is (159,223,196). Sum of RGB (Red+Green+Blue) = 159+223+196=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFC4 is #60203B. Grayscale: #C8C8C8. Windows color (decimal): -6299708 or 12902303. OLE color: 12902303.
HSL color Cylindrical-coordinate representation of color #9FDFC4: hue angle of 154.69º 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 #9FDFC4 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 196 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.13 |
| HSL | 154.69º | 0.5% | 0.75% | - |
| HSV(B) | 154.69º | 0.29% | 0.87% | - |
| XYZ | 50.65 | 64.13 | 61.93 | - |
| YUV | 200.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 196 | 0.29 | 0 | 0.12 | 0.13 | 154.69 | 0.5 | 0.75 |
| Hex | 9F | DF | C4 | 1D | 0 | C | D | 9B | 32 | 4B |
| Octal | 237 | 337 | 304 | 35 | 0 | 14 | 15 | 233 | 62 | 113 |
| Binary | 10011111 | 11011111 | 11000100 | 11101 | 0 | 1100 | 1101 | 10011011 | 110010 | 1001011 |
Color Harmonies of #9FDFC4
Complementary color
Monochromatic Colors of #9FDFC4
Black with #9FDFC4
Text Example
Text Example
White with #9FDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFC4; }
p { color: rgb(159,223,196); }
H1.HeaderClassName
{
color: #9FDFC4;
}
.AnyTagClassName
{
color: #9FDFC4;
}
</style>
background-color css
<style>
a { background-color: #9FDFC4; }
a { background-color: rgb(159,223,196); }
div.DivClassName
{
background-color: #9FDFC4;
}
.BgClassName
{
background-color: #9FDFC4;
}
</style>
border-color css
<style>
span { border-color: #9FDFC4; }
span { border-color: rgb(159,223,196); }
td.TdClassName
{
border-color: #9FDFC4;
}
.TagClassName
{
border-color: #9FDFC4;
}
</style>