Shades of Vista Blue #9FEDBC
Tints of Vista Blue #9FEDBC
RGB
CMYK
RGB Variations
Color information
#9FEDBC (or 0x9FEDBC) is known color: Vista Blue. HEX triplet: 9F, ED and BC. RGB value is (159,237,188). Sum of RGB (Red+Green+Blue) = 159+237+188=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBC is #601243. Grayscale: #D0D0D0. Windows color (decimal): -6296132 or 12381599. OLE color: 12381599.
HSL color Cylindrical-coordinate representation of color #9FEDBC: hue angle of 142.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDBC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 188 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 142.31º | 0.68% | 0.78% | - |
| HSV(B) | 142.31º | 0.33% | 0.93% | - |
| XYZ | 53.66 | 71.57 | 58.56 | - |
| YUV | 208.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 188 | 0.33 | 0 | 0.21 | 0.07 | 142.31 | 0.68 | 0.78 |
| Hex | 9F | ED | BC | 21 | 0 | 15 | 7 | 8E | 44 | 4E |
| Octal | 237 | 355 | 274 | 41 | 0 | 25 | 7 | 216 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10111100 | 100001 | 0 | 10101 | 111 | 10001110 | 1000100 | 1001110 |
Color Harmonies of #9FEDBC
Complementary color
Monochromatic Colors of #9FEDBC
Black with #9FEDBC
Text Example
Text Example
White with #9FEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDBC; }
p { color: rgb(159,237,188); }
H1.HeaderClassName
{
color: #9FEDBC;
}
.AnyTagClassName
{
color: #9FEDBC;
}
</style>
background-color css
<style>
a { background-color: #9FEDBC; }
a { background-color: rgb(159,237,188); }
div.DivClassName
{
background-color: #9FEDBC;
}
.BgClassName
{
background-color: #9FEDBC;
}
</style>
border-color css
<style>
span { border-color: #9FEDBC; }
span { border-color: rgb(159,237,188); }
td.TdClassName
{
border-color: #9FEDBC;
}
.TagClassName
{
border-color: #9FEDBC;
}
</style>