Shades of Vista Blue #9FDEC3
Tints of Vista Blue #9FDEC3
RGB
CMYK
RGB Variations
Color information
#9FDEC3 (or 0x9FDEC3) is known color: Vista Blue. HEX triplet: 9F, DE and C3. RGB value is (159,222,195). Sum of RGB (Red+Green+Blue) = 159+222+195=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDEC3 is #60213C. Grayscale: #C8C8C8. Windows color (decimal): -6299965 or 12836511. OLE color: 12836511.
HSL color Cylindrical-coordinate representation of color #9FDEC3: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDEC3 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 195 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.13 |
| HSL | 154.29º | 0.49% | 0.75% | - |
| HSV(B) | 154.29º | 0.28% | 0.87% | - |
| XYZ | 50.27 | 63.55 | 61.25 | - |
| YUV | 200.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 195 | 0.28 | 0 | 0.12 | 0.13 | 154.29 | 0.49 | 0.75 |
| Hex | 9F | DE | C3 | 1C | 0 | C | D | 9A | 31 | 4B |
| Octal | 237 | 336 | 303 | 34 | 0 | 14 | 15 | 232 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11000011 | 11100 | 0 | 1100 | 1101 | 10011010 | 110001 | 1001011 |
Color Harmonies of #9FDEC3
Complementary color
Monochromatic Colors of #9FDEC3
Black with #9FDEC3
Text Example
Text Example
White with #9FDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEC3; }
p { color: rgb(159,222,195); }
H1.HeaderClassName
{
color: #9FDEC3;
}
.AnyTagClassName
{
color: #9FDEC3;
}
</style>
background-color css
<style>
a { background-color: #9FDEC3; }
a { background-color: rgb(159,222,195); }
div.DivClassName
{
background-color: #9FDEC3;
}
.BgClassName
{
background-color: #9FDEC3;
}
</style>
border-color css
<style>
span { border-color: #9FDEC3; }
span { border-color: rgb(159,222,195); }
td.TdClassName
{
border-color: #9FDEC3;
}
.TagClassName
{
border-color: #9FDEC3;
}
</style>