Shades of Vista Blue #9DF2B9
Tints of Vista Blue #9DF2B9
RGB
CMYK
RGB Variations
Color information
#9DF2B9 (or 0x9DF2B9) is known color: Vista Blue. HEX triplet: 9D, F2 and B9. RGB value is (157,242,185). Sum of RGB (Red+Green+Blue) = 157+242+185=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2B9 is #620D46. Grayscale: #D2D2D2. Windows color (decimal): -6425927 or 12186269. OLE color: 12186269.
HSL color Cylindrical-coordinate representation of color #9DF2B9: hue angle of 139.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2B9 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 185 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.05 |
| HSL | 139.76º | 0.77% | 0.78% | - |
| HSV(B) | 139.76º | 0.35% | 0.95% | - |
| XYZ | 54.41 | 74.18 | 57.35 | - |
| YUV | 210.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 185 | 0.35 | 0 | 0.24 | 0.05 | 139.76 | 0.77 | 0.78 |
| Hex | 9D | F2 | B9 | 23 | 0 | 18 | 5 | 8C | 4D | 4E |
| Octal | 235 | 362 | 271 | 43 | 0 | 30 | 5 | 214 | 115 | 116 |
| Binary | 10011101 | 11110010 | 10111001 | 100011 | 0 | 11000 | 101 | 10001100 | 1001101 | 1001110 |
Color Harmonies of #9DF2B9
Complementary color
Monochromatic Colors of #9DF2B9
Black with #9DF2B9
Text Example
Text Example
White with #9DF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2B9; }
p { color: rgb(157,242,185); }
H1.HeaderClassName
{
color: #9DF2B9;
}
.AnyTagClassName
{
color: #9DF2B9;
}
</style>
background-color css
<style>
a { background-color: #9DF2B9; }
a { background-color: rgb(157,242,185); }
div.DivClassName
{
background-color: #9DF2B9;
}
.BgClassName
{
background-color: #9DF2B9;
}
</style>
border-color css
<style>
span { border-color: #9DF2B9; }
span { border-color: rgb(157,242,185); }
td.TdClassName
{
border-color: #9DF2B9;
}
.TagClassName
{
border-color: #9DF2B9;
}
</style>